java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v19.wrappers.Wrapper1_19
mods.thecomputerizer.theimpossiblelibrary.shared.v19.m4.wrappers.Wrapper1_19_4
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI

public class Wrapper1_19_4 extends mods.thecomputerizer.theimpossiblelibrary.shared.v19.wrappers.Wrapper1_19
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <B> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.biome.BiomeAPI<B>
    wrapBiome(@Nullable Object biome)
     
    <D> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.world.DimensionAPI<D>
    wrapDimension(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world, @Nullable Object dimension)
     
    <S> mods.thecomputerizer.theimpossiblelibrary.api.common.structure.StructureAPI<S>
    wrapStructure(@Nullable Object structure)
     
    <T> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.tab.CreativeTabAPI<T>
    wrapTab(@Nullable Object tab)
     
    <W> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<W>
    wrapWorld(@Nullable Object world)
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v19.wrappers.Wrapper1_19

    wrapAdvancement, wrapBlock, wrapBlockEntity, wrapCommandSender, wrapDamage, wrapEffect, wrapEffectInstance, wrapEntity, wrapExplosion, wrapInventory, wrapItem, wrapItemStack, wrapLivingEntity, wrapMaterial, wrapPlayer, wrapPlayerInventory, wrapPosition, wrapPotion, wrapResourceLocation, wrapSnapshot, wrapSoundEvent, wrapSoundInstance, wrapState

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI

    getAs, getAs, wrapGeneric
  • Constructor Details

    • Wrapper1_19_4

      public Wrapper1_19_4()
  • Method Details

    • wrapBiome

      @Nullable public <B> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.biome.BiomeAPI<B> wrapBiome(@Nullable @Nullable Object biome)
      Specified by:
      wrapBiome in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI
      Overrides:
      wrapBiome in class mods.thecomputerizer.theimpossiblelibrary.shared.v19.wrappers.Wrapper1_19
    • wrapDimension

      @Nullable public <D> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.world.DimensionAPI<D> wrapDimension(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world, @Nullable @Nullable Object dimension)
      Specified by:
      wrapDimension in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI
      Overrides:
      wrapDimension in class mods.thecomputerizer.theimpossiblelibrary.shared.v19.wrappers.Wrapper1_19
    • wrapStructure

      public <S> mods.thecomputerizer.theimpossiblelibrary.api.common.structure.StructureAPI<S> wrapStructure(@Nullable @Nullable Object structure)
      Specified by:
      wrapStructure in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI
      Overrides:
      wrapStructure in class mods.thecomputerizer.theimpossiblelibrary.shared.v19.wrappers.Wrapper1_19
    • wrapTab

      @Nullable public <T> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.tab.CreativeTabAPI<T> wrapTab(@Nullable @Nullable Object tab)
      Specified by:
      wrapTab in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI
      Overrides:
      wrapTab in class mods.thecomputerizer.theimpossiblelibrary.shared.v19.wrappers.Wrapper1_19
    • wrapWorld

      @Nullable public <W> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<W> wrapWorld(@Nullable @Nullable Object world)
      Specified by:
      wrapWorld in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI
      Overrides:
      wrapWorld in class mods.thecomputerizer.theimpossiblelibrary.shared.v19.wrappers.Wrapper1_19