Uses of Class
net.minecraft.state.State
Packages that use State
Package
Description
The Named Binary Tag (NBT) data format.
- 
Uses of State in net.minecraft.blockSubclasses of State in net.minecraft.block
- 
Uses of State in net.minecraft.fluidSubclasses of State in net.minecraft.fluid
- 
Uses of State in net.minecraft.nbtMethods in net.minecraft.nbt with type parameters of type StateModifier and TypeMethodDescriptionprivate static <S extends State<?,S>, T extends Comparable<T>> 
 SNbtHelper.withProperty(S state, Property<T> property, String key, NbtCompound properties, NbtCompound root) 
- 
Uses of State in net.minecraft.predicateMethods in net.minecraft.predicate with type parameters of type StateModifier and TypeMethodDescription<S extends State<?,S>> 
 booleanStatePredicate.Condition.test(StateManager<?, S> stateManager, S state) <S extends State<?,S>> 
 booleanStatePredicate.test(StateManager<?, S> stateManager, S container) Methods in net.minecraft.predicate with parameters of type StateModifier and TypeMethodDescriptionprotected abstract <T extends Comparable<T>>
 booleanprotected <T extends Comparable<T>>
 booleanprotected <T extends Comparable<T>>
 boolean
- 
Uses of State in net.minecraft.stateClasses in net.minecraft.state with type parameters of type StateModifier and TypeClassDescriptionclassStateManager<O,S extends State<O, S>> static classStateManager.Builder<O,S extends State<O, S>> Methods in net.minecraft.state with type parameters of type StateModifier and TypeMethodDescriptionprivate static <S extends State<?,S>, T extends Comparable<T>> 
 com.mojang.serialization.MapCodec<S>StateManager.addFieldToMapCodec(com.mojang.serialization.MapCodec<S> mapCodec, Supplier<S> defaultStateGetter, String key, Property<T> property) protected static <O,S extends State<O, S>> 
 com.mojang.serialization.Codec<S>State.createCodec(com.mojang.serialization.Codec<O> codec, Function<O, S> ownerToStateFunction) 
- 
Uses of State in net.minecraft.state.propertyMethods in net.minecraft.state.property with type parameters of type StateModifier and TypeMethodDescription<U,S extends State<?, S>> 
 com.mojang.serialization.DataResult<S>Property.parse(com.mojang.serialization.DynamicOps<U> ops, S state, U input) Methods in net.minecraft.state.property with parameters of type State