Uses of Interface
net.minecraft.state.PropertyContainer
Packages that use PropertyContainer
Package
Description
-
Uses of PropertyContainer in net.minecraft
Classes in net.minecraft that implement PropertyContainer -
Uses of PropertyContainer in net.minecraft.block
Subinterfaces of PropertyContainer in net.minecraft.block -
Uses of PropertyContainer in net.minecraft.fluid
Subinterfaces of PropertyContainer in net.minecraft.fluid -
Uses of PropertyContainer in net.minecraft.nbt
Methods in net.minecraft.nbt with type parameters of type PropertyContainerModifier and TypeMethodDescriptionprivate static <S extends PropertyContainer<S>,T extends Comparable<T>>
SNbtHelper.method_20140(S s, Property<T> property, String string, NbtCompound nbtCompound, NbtCompound nbtCompound2) -
Uses of PropertyContainer in net.minecraft.state
Classes in net.minecraft.state with type parameters of type PropertyContainerModifier and TypeClassDescriptionclassStateManager<O,S extends PropertyContainer<S>> static classStateManager.Builder<O,S extends PropertyContainer<S>> static interfaceStateManager.class_3758<O,S extends PropertyContainer<S>, A extends class_3755<O, S>>