Package earth.terrarium.botarium.mixin
Class BlockEntityMixin
java.lang.Object
earth.terrarium.botarium.mixin.BlockEntityMixin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserializeData(net.minecraft.nbt.CompoundTag compoundTag, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) abstract net.minecraft.core.BlockPosabstract net.minecraft.world.level.block.state.BlockStateabstract @Nullable net.minecraft.world.level.LevelgetLevel()voidserializeData(net.minecraft.nbt.CompoundTag compoundTag, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
-
Constructor Details
-
BlockEntityMixin
public BlockEntityMixin()
-
-
Method Details
-
getLevel
@Nullable public abstract @Nullable net.minecraft.world.level.Level getLevel() -
getBlockPos
public abstract net.minecraft.core.BlockPos getBlockPos() -
getBlockState
public abstract net.minecraft.world.level.block.state.BlockState getBlockState() -
deserializeData
public void deserializeData(net.minecraft.nbt.CompoundTag compoundTag, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) -
serializeData
public void serializeData(net.minecraft.nbt.CompoundTag compoundTag, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
-