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.block
Subclasses of State in net.minecraft.block -
Uses of State in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json with type parameters of type StateModifier and TypeMethodDescriptionBlockPropertiesPredicate.parse
(StateManager<O, S> stateManager, String string) Methods in net.minecraft.client.render.model.json that return types with arguments of type State -
Uses of State in net.minecraft.fluid
Subclasses of State in net.minecraft.fluid -
Uses of State in net.minecraft.nbt
Methods 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.predicate
Methods 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 TypeMethodDescription<T extends Comparable<T>>
boolean<T extends Comparable<T>>
boolean<T extends Comparable<T>>
boolean -
Uses of State in net.minecraft.state
Classes in net.minecraft.state with type parameters of type StateModifier and TypeClassDescriptionclass
StateManager<O,
S extends State<O, S>> static class
StateManager.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.property
Methods 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