Class Wrapper1_19_4
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 -
Method Summary
Modifier and TypeMethodDescription<B> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.biome.BiomeAPI<B><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><W> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<W>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, wrapStateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
wrapBiomein interfacemods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI- Overrides:
wrapBiomein classmods.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:
wrapDimensionin interfacemods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI- Overrides:
wrapDimensionin classmods.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:
wrapStructurein interfacemods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI- Overrides:
wrapStructurein classmods.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:
wrapTabin interfacemods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI- Overrides:
wrapTabin classmods.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:
wrapWorldin interfacemods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI- Overrides:
wrapWorldin classmods.thecomputerizer.theimpossiblelibrary.shared.v19.wrappers.Wrapper1_19
-