Uses of Annotation Interface
net.minecraft.block.Block.SetBlockStateFlag
Packages that use Block.SetBlockStateFlag
-
Uses of Block.SetBlockStateFlag in net.minecraft.block
Fields in net.minecraft.block with annotations of type Block.SetBlockStateFlagModifier and TypeFieldDescriptionstatic final @net.minecraft.block.Block.SetBlockStateFlag intUsed for 'strict' block placement by commands and structures.static final @net.minecraft.block.Block.SetBlockStateFlag intBlock.NOTIFY_ALLThe default setBlockState behavior.static final @net.minecraft.block.Block.SetBlockStateFlag intBlock.NOTIFY_ALL_AND_REDRAWNotifies neighbors and listeners, and forces a redraw on clients.static final @net.minecraft.block.Block.SetBlockStateFlag int -
Uses of Block.SetBlockStateFlag in net.minecraft.world.block
Fields in net.minecraft.world.block with annotations of type Block.SetBlockStateFlagModifier and TypeFieldDescriptionprivate final @net.minecraft.block.Block.SetBlockStateFlag intChainRestrictedNeighborUpdater.StateReplacementEntry.updateFlagsThe field for theupdateFlagsrecord component. -
Uses of Block.SetBlockStateFlag in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with annotations of type Block.SetBlockStateFlagModifier and TypeFieldDescriptionprivate static final @net.minecraft.block.Block.SetBlockStateFlag intTreeFeature.FORCE_STATE_AND_NOTIFY_ALL