Uses of Class
net.minecraft.state.StateHolder
Packages that use StateHolder
Package
Description
- 
Uses of StateHolder in net.minecraft.advancements.criterionMethods in net.minecraft.advancements.criterion with type parameters of type StateHolderModifier and TypeMethodDescription<S extends StateHolder<?,S>> 
 booleanStatePropertiesPredicate.Matcher.match(StateContainer<?, S> p_227199_1_, S p_227199_2_) <S extends StateHolder<?,S>> 
 booleanStatePropertiesPredicate.matches(StateContainer<?, S> p_227182_1_, S p_227182_2_) Methods in net.minecraft.advancements.criterion with parameters of type StateHolderModifier and TypeMethodDescriptionprotected <T extends Comparable<T>>
 booleanStatePropertiesPredicate.ExactMatcher.match(StateHolder<?, ?> p_225554_1_, Property<T> p_225554_2_) protected abstract <T extends Comparable<T>>
 booleanStatePropertiesPredicate.Matcher.match(StateHolder<?, ?> p_225554_1_, Property<T> p_225554_2_) protected <T extends Comparable<T>>
 booleanStatePropertiesPredicate.RangedMacher.match(StateHolder<?, ?> p_225554_1_, Property<T> p_225554_2_) 
- 
Uses of StateHolder in net.minecraft.blockSubclasses of StateHolder in net.minecraft.block
- 
Uses of StateHolder in net.minecraft.fluidSubclasses of StateHolder in net.minecraft.fluid
- 
Uses of StateHolder in net.minecraft.nbtMethods in net.minecraft.nbt with type parameters of type StateHolderModifier and TypeMethodDescriptionprivate static <S extends StateHolder<?,S>, T extends Comparable<T>> 
 SNBTUtil.setValueHelper(S p_193590_0_, Property<T> p_193590_1_, String p_193590_2_, CompoundNBT p_193590_3_, CompoundNBT p_193590_4_) 
- 
Uses of StateHolder in net.minecraft.stateClasses in net.minecraft.state with type parameters of type StateHolderModifier and TypeClassDescriptionclassStateContainer<O,S extends StateHolder<O, S>> static classStateContainer.Builder<O,S extends StateHolder<O, S>> Methods in net.minecraft.state with type parameters of type StateHolderModifier and TypeMethodDescriptionprivate static <S extends StateHolder<?,S>, T extends Comparable<T>> 
 com.mojang.serialization.MapCodec<S>StateContainer.appendPropertyCodec(com.mojang.serialization.MapCodec<S> p_241487_0_, Supplier<S> p_241487_1_, String p_241487_2_, Property<T> p_241487_3_) protected static <O,S extends StateHolder<O, S>> 
 com.mojang.serialization.Codec<S>Methods in net.minecraft.state with parameters of type StateHolder