Uses of Interface
net.neoforged.neoforge.common.util.BlockRelocability
Packages that use BlockRelocability
Package
Description
-
Uses of BlockRelocability in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block that return BlockRelocabilityModifier and TypeMethodDescriptionBedBlock.getRelocability(LevelReader level, BlockPos pos, BlockState state) DoorBlock.getRelocability(LevelReader level, BlockPos pos, BlockState state) DoublePlantBlock.getRelocability(LevelReader level, BlockPos pos, BlockState state) -
Uses of BlockRelocability in net.minecraft.world.level.block.piston
Methods in net.minecraft.world.level.block.piston that return BlockRelocabilityModifier and TypeMethodDescriptionPistonBaseBlock.getRelocability(LevelReader level, BlockPos pos, BlockState state) PistonHeadBlock.getRelocability(LevelReader level, BlockPos pos, BlockState state) -
Uses of BlockRelocability in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return BlockRelocabilityModifier and TypeMethodDescriptiondefault BlockRelocabilityIBlockExtension.getRelocability(LevelReader level, BlockPos pos, BlockState state) Declares whether a block may be relocated and under what circumstances.default BlockRelocabilityIBlockStateExtension.getRelocability(LevelReader level, BlockPos pos) Declares whether a block may be relocated and under what circumstances. -
Uses of BlockRelocability in net.neoforged.neoforge.common.util
Classes in net.neoforged.neoforge.common.util that implement BlockRelocabilityModifier and TypeClassDescriptionstatic final recordBlockRelocability indicating a block may be moved if and only if some set of other block positions is being moved with it.static enumBlockRelocability indicating some block is currently refusing to be movedstatic enumBlockRelocability indicating some block is currently agreeing to be moved