Class SnowLayerBlockMixin
java.lang.Object
net.frozenblock.wilderwild.mixin.snowlogging.SnowLayerBlockMixin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleancanSurvive(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.LevelReader level, net.minecraft.core.BlockPos pos) voidwilderWild$canBeReplaced(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.item.context.BlockPlaceContext useContext, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> info) voidwilderWild$canSurvive(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.LevelReader level, net.minecraft.core.BlockPos pos, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> info, net.minecraft.world.level.block.state.BlockState supportState) voidwilderWild$getStateForPlacement(net.minecraft.world.item.context.BlockPlaceContext context, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.level.block.state.BlockState> info, net.minecraft.world.level.block.state.BlockState blockState)
-
Constructor Details
-
SnowLayerBlockMixin
public SnowLayerBlockMixin()
-
-
Method Details
-
canSurvive
public abstract boolean canSurvive(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.LevelReader level, net.minecraft.core.BlockPos pos) -
wilderWild$getStateForPlacement
public void wilderWild$getStateForPlacement(net.minecraft.world.item.context.BlockPlaceContext context, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.level.block.state.BlockState> info, net.minecraft.world.level.block.state.BlockState blockState) -
wilderWild$canBeReplaced
public void wilderWild$canBeReplaced(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.item.context.BlockPlaceContext useContext, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> info) -
wilderWild$canSurvive
public void wilderWild$canSurvive(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.LevelReader level, net.minecraft.core.BlockPos pos, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> info, net.minecraft.world.level.block.state.BlockState supportState)
-