Class Wrapper1_20_6
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v20.wrappers.Wrapper1_20
mods.thecomputerizer.theimpossiblelibrary.shared.v20.m6.wrappers.Wrapper1_20_6
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI
public class Wrapper1_20_6
extends mods.thecomputerizer.theimpossiblelibrary.shared.v20.wrappers.Wrapper1_20
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.advancement.AdvancementAPI<A> wrapAdvancement(@Nullable Object advancement) <S> mods.thecomputerizer.theimpossiblelibrary.api.common.item.ItemStackAPI<S> wrapItemStack(@Nullable Object stack) Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v20.wrappers.Wrapper1_20
wrapBiome, wrapBlock, wrapBlockEntity, wrapCommandSender, wrapDamage, wrapDimension, wrapEffect, wrapEffectInstance, wrapEntity, wrapExplosion, wrapInventory, wrapItem, wrapLivingEntity, wrapMaterial, wrapPlayer, wrapPlayerInventory, wrapPosition, wrapPotion, wrapResourceLocation, wrapSnapshot, wrapSoundEvent, wrapSoundInstance, wrapState, wrapStructure, wrapTab, wrapWorldMethods 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_20_6
public Wrapper1_20_6()
-
-
Method Details
-
wrapAdvancement
@Nullable public <A> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.advancement.AdvancementAPI<A> wrapAdvancement(@Nullable @Nullable Object advancement) - Specified by:
wrapAdvancementin interfacemods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI- Overrides:
wrapAdvancementin classmods.thecomputerizer.theimpossiblelibrary.shared.v20.wrappers.Wrapper1_20
-
wrapItemStack
public <S> mods.thecomputerizer.theimpossiblelibrary.api.common.item.ItemStackAPI<S> wrapItemStack(@Nullable @Nullable Object stack) - Specified by:
wrapItemStackin interfacemods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI- Overrides:
wrapItemStackin classmods.thecomputerizer.theimpossiblelibrary.shared.v20.wrappers.Wrapper1_20
-