public abstract class MixinChunk extends Object
Constructor and Description |
---|
MixinChunk() |
Modifier and Type | Method and Description |
---|---|
void |
onChunkBlockAddedCall(net.minecraft.block.Block block,
net.minecraft.world.World worldIn,
net.minecraft.util.BlockPos pos,
net.minecraft.block.state.IBlockState state) |
void |
postChunkLoad(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) |
void |
postChunkUnload(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) |
public void postChunkLoad(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
public void postChunkUnload(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
public void onChunkBlockAddedCall(net.minecraft.block.Block block, net.minecraft.world.World worldIn, net.minecraft.util.BlockPos pos, net.minecraft.block.state.IBlockState state)