Uses of Class
net.minecraft.state.StateManager
Packages that use StateManager
Package
Description
-
Uses of StateManager in net.minecraft.block
Fields in net.minecraft.block declared as StateManagerModifier and TypeFieldDescriptionprivate static final StateManager<Block, BlockState> ItemFrameBlockStates.GLOW_ITEM_FRAMEprivate static final StateManager<Block, BlockState> ItemFrameBlockStates.ITEM_FRAMEprotected final StateManager<Block, BlockState> Block.stateManagerFields in net.minecraft.block with type parameters of type StateManagerModifier and TypeFieldDescriptionprivate static final Map<Identifier, StateManager<Block, BlockState>> ItemFrameBlockStates.STATIC_CODECMethods in net.minecraft.block that return StateManagerModifier and TypeMethodDescriptionprivate static StateManager<Block, BlockState> ItemFrameBlockStates.build()Block.getStateManager()Methods in net.minecraft.block that return types with arguments of type StateManagerModifier and TypeMethodDescription(package private) static Function<Identifier, StateManager<Block, BlockState>> ItemFrameBlockStates.register()Methods in net.minecraft.block with parameters of type StateManagerModifier and TypeMethodDescriptionprivate static BlockStateMultifaceBlock.withAllDirections(StateManager<Block, BlockState> stateManager) -
Uses of StateManager in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model with parameters of type StateManagerModifier and TypeMethodDescriptionprivate static BlockStatesLoader.BlockStateDefinitionBlockStatesLoader.combine(Identifier id, StateManager<Block, BlockState> stateManager, List<BlockStatesLoader.PackBlockStateDefinition> definitions) MultipartUnbakedModel.Serialized.toModel(StateManager<Block, BlockState> stateMap) -
Uses of StateManager in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json with parameters of type StateManagerModifier and TypeMethodDescriptionMultipartModelComponent.init(StateManager<O, S> value) SimpleMultipartModelSelector.init(StateManager<O, S> stateManager, String string, SimpleMultipartModelSelector.Values values) MultipartModelCondition.instantiate(StateManager<O, S> value) MultipartModelSelector.instantiate(StateManager<O, S> value) SimpleMultipartModelSelector.instantiate(StateManager<O, S> value) BlockPropertiesPredicate.parse(StateManager<O, S> stateManager, String string) ModelVariantMap.parse(StateManager<Block, BlockState> stateManager, Supplier<String> supplier) -
Uses of StateManager in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as StateManagerModifier and TypeFieldDescriptionprivate @Nullable StateManager<Block, BlockState> BlockArgumentParser.stateFactory -
Uses of StateManager in net.minecraft.fluid
Fields in net.minecraft.fluid declared as StateManagerModifier and TypeFieldDescriptionprotected final StateManager<Fluid, FluidState> Fluid.stateManagerMethods in net.minecraft.fluid that return StateManager -
Uses of StateManager in net.minecraft.predicate
Methods in net.minecraft.predicate with parameters of type StateManagerModifier 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
Fields in net.minecraft.predicate.block declared as StateManagerModifier and TypeFieldDescriptionprivate final StateManager<Block, BlockState> BlockStatePredicate.managerConstructors in net.minecraft.predicate.block with parameters of type StateManagerModifierConstructorDescriptionprivateBlockStatePredicate(StateManager<Block, BlockState> manager) -
Uses of StateManager in net.minecraft.state
Methods in net.minecraft.state that return StateManagerModifier and TypeMethodDescription