Uses of Interface
net.minecraft.state.StateContainer.IFactory
-
Packages that use StateContainer.IFactory Package Description net.minecraft.state -
-
Uses of StateContainer.IFactory in net.minecraft.state
Methods in net.minecraft.state with parameters of type StateContainer.IFactory Modifier and Type Method Description StateContainer<O,S>
StateContainer.Builder. create(java.util.function.Function<O,S> p_235882_1_, StateContainer.IFactory<O,S> p_235882_2_)
Constructors in net.minecraft.state with parameters of type StateContainer.IFactory Constructor Description StateContainer(java.util.function.Function<O,S> p_i231877_1_, O p_i231877_2_, StateContainer.IFactory<O,S> p_i231877_3_, java.util.Map<java.lang.String,Property<?>> p_i231877_4_)
-