Uses of Class
net.minecraft.state.StateManager
Package
Description
-
Uses of StateManager in net.minecraft.block
Modifier and TypeFieldDescriptionprotected final StateManager
<Block, BlockState> Block.stateManager
Modifier and TypeMethodDescriptionprivate static BlockState
MultifaceGrowthBlock.withAllDirections
(StateManager<Block, BlockState> stateManager) -
Uses of StateManager in net.minecraft.client.render.model
Modifier and TypeFieldDescriptionprivate static final StateManager
<Block, BlockState> BlockStatesLoader.ITEM_FRAME_STATE_MANAGER
Modifier and TypeFieldDescriptionprivate static final Map
<Identifier, StateManager<Block, BlockState>> BlockStatesLoader.STATIC_DEFINITIONS
Modifier and TypeMethodDescriptionstatic Function
<Identifier, StateManager<Block, BlockState>> BlockStatesLoader.getIdToStatesConverter()
Modifier and TypeMethodDescriptionBlockStatesLoader.combine
(Identifier id, StateManager<Block, BlockState> stateManager, List<BlockStatesLoader.PackBlockStateDefinition> definitions) MultipartUnbakedModel.Serialized.toModel
(StateManager<Block, BlockState> stateManager) -
Uses of StateManager in net.minecraft.client.render.model.json
Modifier and TypeMethodDescriptionprivate Predicate
<BlockState> SimpleMultipartModelSelector.createPredicate
(StateManager<Block, BlockState> stateFactory, Property<?> property, String valueString) AndMultipartModelSelector.getPredicate
(StateManager<Block, BlockState> stateFactory) MultipartModelComponent.getPredicate
(StateManager<Block, BlockState> stateFactory) MultipartModelSelector.getPredicate
(StateManager<Block, BlockState> stateFactory) OrMultipartModelSelector.getPredicate
(StateManager<Block, BlockState> stateFactory) SimpleMultipartModelSelector.getPredicate
(StateManager<Block, BlockState> stateFactory) BlockPropertiesPredicate.parse
(StateManager<O, S> stateManager, String string) ModelVariantMap.parse
(StateManager<Block, BlockState> stateManager, String path) -
Uses of StateManager in net.minecraft.command.argument
Modifier and TypeFieldDescriptionprivate @Nullable StateManager
<Block, BlockState> BlockArgumentParser.stateFactory
-
Uses of StateManager in net.minecraft.data.client
Modifier and TypeMethodDescriptionvoid
MultipartBlockStateSupplier.ConditionalMultipart.validate
(StateManager<?, ?> stateManager) void
MultipartBlockStateSupplier.Multipart.validate
(StateManager<?, ?> stateManager) void
When.LogicalCondition.validate
(StateManager<?, ?> stateManager) void
When.PropertyCondition.validate
(StateManager<?, ?> stateManager) void
When.validate
(StateManager<?, ?> stateManager) -
Uses of StateManager in net.minecraft.fluid
Modifier and TypeFieldDescriptionprotected final StateManager
<Fluid, FluidState> Fluid.stateManager
-
Uses of StateManager in net.minecraft.predicate
Modifier and TypeMethodDescriptionStatePredicate.findMissing
(StateManager<?, ?> stateManager) StatePredicate.Condition.reportMissing
(StateManager<?, ?> factory) <S extends State<?,
S>>
booleanStatePredicate.Condition.test
(StateManager<?, S> stateManager, S state) <S extends State<?,
S>>
booleanStatePredicate.test
(StateManager<?, S> stateManager, S container) -
Uses of StateManager in net.minecraft.predicate.block
Modifier and TypeFieldDescriptionprivate final StateManager
<Block, BlockState> BlockStatePredicate.manager
ModifierConstructorDescriptionprivate
BlockStatePredicate
(StateManager<Block, BlockState> manager) -
Uses of StateManager in net.minecraft.state
Modifier and TypeMethodDescription