Uses of Class
net.minecraft.state.StateManager
Packages that use StateManager
Package
Description
-
Uses of StateManager in net.minecraft
Fields in net.minecraft declared as StateManagerModifier and TypeFieldDescriptionprivate final StateManager<Block,BlockState> class_4236.field_20823private StateManager<Block,BlockState> class_4238.field_20840private static final StateManager<Block,BlockState> class_4288.field_21088Fields in net.minecraft with type parameters of type StateManagerModifier and TypeFieldDescriptionprivate static final Map<Identifier,StateManager<Block, BlockState>> class_4288.field_21060Methods in net.minecraft with parameters of type StateManagerModifier and TypeMethodDescriptionclass_4235.getPredicate(StateManager<Block, BlockState> stateManager) private static Predicate<BlockState>class_4288.method_19572(StateManager<Block, BlockState> stateManager, String string) Constructors in net.minecraft with parameters of type StateManagerModifierConstructorDescriptionclass_4236(StateManager<Block, BlockState> stateManager, List<class_2885> list) -
Uses of StateManager in net.minecraft.block
Fields in net.minecraft.block declared as StateManagerModifier and TypeFieldDescriptionprotected final StateManager<Block,BlockState> Block.stateManagerStores the block's state managerprivate final StateManager<Block,BlockState> BlockStatePredicate.stateManagerMethods in net.minecraft.block that return StateManagerConstructors in net.minecraft.block with parameters of type StateManagerModifierConstructorDescriptionprivateBlockStatePredicate(StateManager<Block, BlockState> stateManager) -
Uses of StateManager in net.minecraft.client
Methods in net.minecraft.client with parameters of type StateManagerModifier and TypeMethodDescriptionclass_2879.getPredicate(StateManager<Block, BlockState> stateManager) class_2881.getPredicate(StateManager<Block, BlockState> stateManager) class_2884.getPredicate(StateManager<Block, BlockState> stateManager) private Predicate<BlockState>class_2881.method_19265(StateManager<Block, BlockState> stateManager, Property<?> property, String string) class_2885.method_19276(StateManager<Block, BlockState> stateManager) -
Uses of StateManager in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as StateManagerModifier and TypeFieldDescriptionprivate StateManager<Block,BlockState> ModelVariantMap.class_4232.field_20798Methods in net.minecraft.client.render.model.json that return StateManagerMethods in net.minecraft.client.render.model.json with parameters of type StateManagerModifier and TypeMethodDescriptionvoidModelVariantMap.class_4232.method_19235(StateManager<Block, BlockState> stateManager) -
Uses of StateManager in net.minecraft.fluid
Fields in net.minecraft.fluid declared as StateManagerModifier and TypeFieldDescriptionprotected final StateManager<Fluid,FluidState> Fluid.field_19485Methods in net.minecraft.fluid that return StateManager -
Uses of StateManager in net.minecraft.state
Methods in net.minecraft.state that return StateManagerModifier and TypeMethodDescription<A extends class_3755<O,S>>
StateManager<O,S> StateManager.Builder.build(StateManager.class_3758<O, S, A> class_3758)