Uses of Class
net.minecraft.block.Block.NeighborGroup
Packages that use Block.NeighborGroup
- 
Uses of Block.NeighborGroup in net.minecraft.blockFields in net.minecraft.block with type parameters of type Block.NeighborGroupModifier and TypeFieldDescriptionprivate static final ThreadLocal<Object2ByteLinkedOpenHashMap<Block.NeighborGroup>>Block.FACE_CULL_MAP
- 
Uses of Block.NeighborGroup in net.minecraft.fluidFields in net.minecraft.fluid with type parameters of type Block.NeighborGroupModifier and TypeFieldDescriptionprivate static final ThreadLocal<Object2ByteLinkedOpenHashMap<Block.NeighborGroup>>FlowableFluid.field_15901