Uses of Class
net.minecraft.state.State
Packages that use State
Package
Description
-
Uses of State in net.minecraft.block
Subclasses of State in net.minecraft.block -
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 TypeMethodDescriptionprotected abstract <T extends Comparable<T>>
booleanprotected <T extends Comparable<T>>
booleanprotected <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 TypeMethodDescriptionprotected static <O, S extends State<O, S>>
com.mojang.serialization.Codec<S>State.createCodec(com.mojang.serialization.Codec<O> codec, Function<O,S> ownerToStateFunction)
private static <S extends State<?, S>, T extends Comparable<T>>
com.mojang.serialization.MapCodec<S>StateManager.method_30040(com.mojang.serialization.MapCodec<S> mapCodec, Supplier<S> supplier, String string, Property<T> property)
-
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.method_35307(com.mojang.serialization.DynamicOps<U> dynamicOps, S s, U u)
Methods in net.minecraft.state.property with parameters of type State