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 pBlock, TextureMapping pTextureMapping, MultiPartGenerator pGenerator, ModelTemplate pTemplate, @Nullable Boolean pPowered, @Nullable SideChainPart pSideChainPart) static ConditionBlockModelGenerators.shelfCondition(Direction pDirection, @Nullable Boolean pPowered, @Nullable SideChainPart pSideChainPart) -
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 p_432814_) SideChainPartBlock.getSideChainPart(BlockState pState) 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> pNeighborGetter, SideChainPart pPart, Consumer<BlockPos> pOutput) booleanSideChainPartBlock.EmptyNeighbor.connectsTowards(SideChainPart p_433702_) booleanSideChainPartBlock.Neighbor.connectsTowards(SideChainPart pPart) booleanSideChainPartBlock.SideChainNeighbor.connectsTowards(SideChainPart p_434316_) default voidSideChainPartBlock.setPart(LevelAccessor pLevel, BlockPos pPos, SideChainPart pPart) ShelfBlock.setSideChainPart(BlockState p_433421_, SideChainPart p_433762_) SideChainPartBlock.setSideChainPart(BlockState pState, SideChainPart pSideChainPart) 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
Fields 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 SideChainPart