Class BlockEntityMixin

java.lang.Object
earth.terrarium.botarium.mixin.BlockEntityMixin

public abstract class BlockEntityMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deserializeData(net.minecraft.nbt.CompoundTag compoundTag, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     
    abstract net.minecraft.core.BlockPos
     
    abstract net.minecraft.world.level.block.state.BlockState
     
    abstract @Nullable net.minecraft.world.level.Level
     
    void
    serializeData(net.minecraft.nbt.CompoundTag compoundTag, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)