Uses of Enum Class
net.minecraft.block.enums.SideChainPart
Packages that use SideChainPart
Package
Description
-
Uses of SideChainPart in net.minecraft.block
Fields in net.minecraft.block declared as SideChainPartModifier and TypeFieldDescriptionprivate final SideChainPartSideChaining.SideChainNeighbor.partThe field for thepartrecord component.Fields in net.minecraft.block with type parameters of type SideChainPartMethods in net.minecraft.block that return SideChainPartModifier and TypeMethodDescriptionShelfBlock.getSideChainPart(BlockState state) SideChaining.getSideChainPart(BlockState state) SideChaining.SideChainNeighbor.part()Returns the value of thepartrecord component.Methods in net.minecraft.block with parameters of type SideChainPartModifier and TypeMethodDescriptionprivate voidSideChaining.forEachNeighborTowards(IntFunction<SideChaining.Neighbor> neighborGetter, SideChainPart part, Consumer<BlockPos> posConsumer) booleanSideChaining.EmptyNeighbor.isCenterOr(SideChainPart part) booleanSideChaining.Neighbor.isCenterOr(SideChainPart part) booleanSideChaining.SideChainNeighbor.isCenterOr(SideChainPart part) default voidSideChaining.setSideChainPart(WorldAccess world, BlockPos pos, SideChainPart part) ShelfBlock.withSideChainPart(BlockState state, SideChainPart sideChainPart) SideChaining.withSideChainPart(BlockState state, SideChainPart sideChainPart) Constructors in net.minecraft.block with parameters of type SideChainPartModifierConstructorDescriptionSideChainNeighbor(WorldAccess worldAccess, SideChaining sideChaining, BlockPos blockPos, SideChainPart sideChainPart) -
Uses of SideChainPart in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return SideChainPartModifier and TypeMethodDescriptionSideChainPart.connectToLeft()SideChainPart.connectToRight()SideChainPart.disconnectFromLeft()SideChainPart.disconnectFromRight()static SideChainPartReturns the enum constant of this class with the specified name.static SideChainPart[]SideChainPart.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.block.enums with parameters of type SideChainPart -
Uses of SideChainPart in net.minecraft.client.data
Methods in net.minecraft.client.data with parameters of type SideChainPartModifier and TypeMethodDescriptionprivate static MultipartModelConditionBlockStateModelGenerator.createSideChainModelCondition(Direction facing, @Nullable Boolean powered, @Nullable SideChainPart sideChain) private voidBlockStateModelGenerator.registerShelf(Block block, TextureMap textureMap, MultipartBlockModelDefinitionCreator definitionCreator, Model model, @Nullable Boolean powered, @Nullable SideChainPart sideChain) -
Uses of SideChainPart in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type SideChainPart