public class Wrapper1_12_2
extends java.lang.Object
implements mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI
| Constructor and Description |
|---|
Wrapper1_12_2() |
| Modifier and Type | Method and Description |
|---|---|
<A> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.advancement.AdvancementAPI<A> |
wrapAdvancement(@Nullable java.lang.Object advancement) |
<B> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.biome.BiomeAPI<B> |
wrapBiome(@Nullable java.lang.Object biome) |
<B> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockAPI<B> |
wrapBlock(@Nullable java.lang.Object block) |
<B> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.blockentity.BlockEntityAPI<B,?> |
wrapBlockEntity(@Nullable java.lang.Object blockentity) |
<S> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.server.CommandSenderAPI<S> |
wrapCommandSender(@Nullable java.lang.Object sender) |
<S> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.entity.DamageAPI<S> |
wrapDamage(@Nullable java.lang.Object source,
float amount) |
<D> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.world.DimensionAPI<D> |
wrapDimension(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
@Nullable java.lang.Object dimension) |
<E> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.effect.EffectAPI<E> |
wrapEffect(@Nullable java.lang.Object effect) |
<I> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.effect.EffectInstanceAPI<I> |
wrapEffectInstance(@Nullable java.lang.Object instance) |
<E> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.entity.EntityAPI<E,?> |
wrapEntity(@Nullable java.lang.Object entity) |
<E> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.world.ExplosionAPI<E> |
wrapExplosion(@Nullable java.lang.Object explosion) |
<I> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.container.InventoryAPI<I> |
wrapInventory(@Nullable java.lang.Object inventory) |
<I> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.item.ItemAPI<I> |
wrapItem(@Nullable java.lang.Object item) |
<S> mods.thecomputerizer.theimpossiblelibrary.api.common.item.ItemStackAPI<S> |
wrapItemStack(@Nullable java.lang.Object stack) |
<L> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.entity.LivingEntityAPI<L,?> |
wrapLivingEntity(@Nullable java.lang.Object living) |
<M> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.block.MaterialAPI<M> |
wrapMaterial(@Nullable java.lang.Object material) |
<P> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.entity.PlayerAPI<P,?> |
wrapPlayer(@Nullable java.lang.Object player) |
<I> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.container.PlayerInventoryAPI<I> |
wrapPlayerInventory(@Nullable java.lang.Object inventory) |
<P> mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<P> |
wrapPosition(@Nullable java.lang.Object position) |
<P> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.effect.PotionAPI<P> |
wrapPotion(@Nullable java.lang.Object potion) |
<R> mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<R> |
wrapResourceLocation(@Nullable java.lang.Object resourceLocation) |
<S> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockSnapshotAPI<S> |
wrapSnapshot(@Nullable java.lang.Object snapshot) |
<S> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.sound.SoundEventAPI<S> |
wrapSoundEvent(@Nullable java.lang.Object soundEvent) |
<S> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.client.sound.SoundAPI<S> |
wrapSoundInstance(@Nullable java.lang.Object sound) |
<S> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockStateAPI<S> |
wrapState(@Nullable java.lang.Object state) |
<S> mods.thecomputerizer.theimpossiblelibrary.api.common.structure.StructureAPI<S> |
wrapStructure(@Nullable java.lang.Object structure) |
<T> mods.thecomputerizer.theimpossiblelibrary.api.registry.tab.CreativeTabAPI<T> |
wrapTab(@Nullable java.lang.Object tab) |
<W> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<W> |
wrapWorld(@Nullable java.lang.Object world) |
@Nullable
public <A> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.advancement.AdvancementAPI<A> wrapAdvancement(@Nullable
@Nullable java.lang.Object advancement)
wrapAdvancement in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <B> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.biome.BiomeAPI<B> wrapBiome(@Nullable
@Nullable java.lang.Object biome)
wrapBiome in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <B> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockAPI<B> wrapBlock(@Nullable
@Nullable java.lang.Object block)
wrapBlock in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <B> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.blockentity.BlockEntityAPI<B,?> wrapBlockEntity(@Nullable
@Nullable java.lang.Object blockentity)
wrapBlockEntity in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <S> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.server.CommandSenderAPI<S> wrapCommandSender(@Nullable
@Nullable java.lang.Object sender)
wrapCommandSender in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <S> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.entity.DamageAPI<S> wrapDamage(@Nullable
@Nullable java.lang.Object source,
float amount)
wrapDamage in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <D> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.world.DimensionAPI<D> wrapDimension(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
@Nullable
@Nullable java.lang.Object dimension)
wrapDimension in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <E> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.effect.EffectAPI<E> wrapEffect(@Nullable
@Nullable java.lang.Object effect)
wrapEffect in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <I> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.effect.EffectInstanceAPI<I> wrapEffectInstance(@Nullable
@Nullable java.lang.Object instance)
wrapEffectInstance in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <E> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.entity.EntityAPI<E,?> wrapEntity(@Nullable
@Nullable java.lang.Object entity)
wrapEntity in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <E> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.world.ExplosionAPI<E> wrapExplosion(@Nullable
@Nullable java.lang.Object explosion)
wrapExplosion in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <I> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.container.InventoryAPI<I> wrapInventory(@Nullable
@Nullable java.lang.Object inventory)
wrapInventory in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <I> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.item.ItemAPI<I> wrapItem(@Nullable
@Nullable java.lang.Object item)
wrapItem in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPIpublic <S> mods.thecomputerizer.theimpossiblelibrary.api.common.item.ItemStackAPI<S> wrapItemStack(@Nullable
@Nullable java.lang.Object stack)
wrapItemStack in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <L> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.entity.LivingEntityAPI<L,?> wrapLivingEntity(@Nullable
@Nullable java.lang.Object living)
wrapLivingEntity in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <M> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.block.MaterialAPI<M> wrapMaterial(@Nullable
@Nullable java.lang.Object material)
wrapMaterial in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <P> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.entity.PlayerAPI<P,?> wrapPlayer(@Nullable
@Nullable java.lang.Object player)
wrapPlayer in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <I> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.container.PlayerInventoryAPI<I> wrapPlayerInventory(@Nullable
@Nullable java.lang.Object inventory)
wrapPlayerInventory in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPIpublic <P> mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<P> wrapPosition(@Nullable
@Nullable java.lang.Object position)
wrapPosition in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <P> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.effect.PotionAPI<P> wrapPotion(@Nullable
@Nullable java.lang.Object potion)
wrapPotion in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPIpublic <R> mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<R> wrapResourceLocation(@Nullable
@Nullable java.lang.Object resourceLocation)
wrapResourceLocation in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <S> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockSnapshotAPI<S> wrapSnapshot(@Nullable
@Nullable java.lang.Object snapshot)
wrapSnapshot in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <S> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.sound.SoundEventAPI<S> wrapSoundEvent(@Nullable
@Nullable java.lang.Object soundEvent)
wrapSoundEvent in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <S> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.client.sound.SoundAPI<S> wrapSoundInstance(@Nullable
@Nullable java.lang.Object sound)
wrapSoundInstance in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <S> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockStateAPI<S> wrapState(@Nullable
@Nullable java.lang.Object state)
wrapState in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPIpublic <S> mods.thecomputerizer.theimpossiblelibrary.api.common.structure.StructureAPI<S> wrapStructure(@Nullable
@Nullable java.lang.Object structure)
wrapStructure in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPIpublic <T> mods.thecomputerizer.theimpossiblelibrary.api.registry.tab.CreativeTabAPI<T> wrapTab(@Nullable
@Nullable java.lang.Object tab)
wrapTab in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI@Nullable
public <W> @Nullable mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<W> wrapWorld(@Nullable
@Nullable java.lang.Object world)
wrapWorld in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI