Uses of Enum Class
net.minecraft.world.level.block.state.properties.SideChainPart
Packages that use SideChainPart
Package
Description
-
Uses of SideChainPart in net.minecraft.client.data.models
Methods in net.minecraft.client.data.models with parameters of type SideChainPartModifier and TypeMethodDescriptionvoidBlockModelGenerators.addShelfPart(Block block, TextureMapping mapping, MultiPartGenerator generator, ModelTemplate template, @Nullable Boolean isPowered, @Nullable SideChainPart sideChainPart) static ConditionBlockModelGenerators.shelfCondition(Direction direction, @Nullable Boolean isPowered, @Nullable SideChainPart sideChainPart) -
Uses of SideChainPart in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block declared as SideChainPartModifier and TypeFieldDescriptionprivate final SideChainPartSideChainPartBlock.SideChainNeighbor.partThe field for thepartrecord component.Fields in net.minecraft.world.level.block with type parameters of type SideChainPartModifier and TypeFieldDescriptionstatic final EnumProperty<SideChainPart> ShelfBlock.SIDE_CHAIN_PARTMethods in net.minecraft.world.level.block that return SideChainPartModifier and TypeMethodDescriptionShelfBlock.getSideChainPart(BlockState state) SideChainPartBlock.getSideChainPart(BlockState state) SideChainPartBlock.SideChainNeighbor.part()Returns the value of thepartrecord component.Methods in net.minecraft.world.level.block with parameters of type SideChainPartModifier and TypeMethodDescriptionprivate voidSideChainPartBlock.addBlocksConnectingTowards(IntFunction<SideChainPartBlock.Neighbor> getNeighbor, SideChainPart endPart, Consumer<BlockPos> accumulator) booleanSideChainPartBlock.EmptyNeighbor.connectsTowards(SideChainPart endPart) booleanSideChainPartBlock.Neighbor.connectsTowards(SideChainPart endPart) booleanSideChainPartBlock.SideChainNeighbor.connectsTowards(SideChainPart endPart) private voidSideChainPartBlock.setPart(LevelAccessor level, BlockPos pos, SideChainPart newPart) ShelfBlock.setSideChainPart(BlockState state, SideChainPart newPart) SideChainPartBlock.setSideChainPart(BlockState state, SideChainPart newPart) Constructors in net.minecraft.world.level.block with parameters of type SideChainPartModifierConstructorDescriptionSideChainNeighbor(LevelAccessor level, SideChainPartBlock block, BlockPos pos, SideChainPart part) Creates an instance of aSideChainNeighborrecord class. -
Uses of SideChainPart in net.minecraft.world.level.block.state.properties
Subclasses with type arguments of type SideChainPart in net.minecraft.world.level.block.state.propertiesFields in net.minecraft.world.level.block.state.properties with type parameters of type SideChainPartModifier and TypeFieldDescriptionstatic final EnumProperty<SideChainPart> BlockStateProperties.SIDE_CHAIN_PARTMethods in net.minecraft.world.level.block.state.properties that return SideChainPartModifier and TypeMethodDescriptionstatic 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.SideChainPart.whenConnectedToTheLeft()SideChainPart.whenConnectedToTheRight()SideChainPart.whenDisconnectedFromTheLeft()SideChainPart.whenDisconnectedFromTheRight()Methods in net.minecraft.world.level.block.state.properties with parameters of type SideChainPartModifier and TypeMethodDescriptionbooleanSideChainPart.isConnectionTowards(SideChainPart endPart)