Modifier and Type | Method and Description |
---|---|
void |
StatePropertiesPredicate.forEachNotPresent(StateContainer<?,?> p_227183_1_,
java.util.function.Consumer<java.lang.String> p_227183_2_) |
<S extends IStateHolder<S>> |
StatePropertiesPredicate.matchesAll(StateContainer<?,S> p_227182_1_,
S p_227182_2_) |
void |
StatePropertiesPredicate.Matcher.runIfNotPresent(StateContainer<?,?> p_227200_1_,
java.util.function.Consumer<java.lang.String> p_227200_2_) |
<S extends IStateHolder<S>> |
StatePropertiesPredicate.Matcher.test(StateContainer<?,S> p_227199_1_,
S p_227199_2_) |
Modifier and Type | Field and Description |
---|---|
protected StateContainer<Block,BlockState> |
Block.stateContainer |
Modifier and Type | Method and Description |
---|---|
StateContainer<Block,BlockState> |
Block.getStateContainer() |
Modifier and Type | Field and Description |
---|---|
private StateContainer<Block,BlockState> |
BlockStateMatcher.blockstate |
Constructor and Description |
---|
BlockStateMatcher(StateContainer<Block,BlockState> blockStateIn) |
Modifier and Type | Field and Description |
---|---|
private static StateContainer<Block,BlockState> |
ModelBakery.STATE_CONTAINER_ITEM_FRAME |
private StateContainer<Block,BlockState> |
BlockModelDefinition.ContainerHolder.stateContainer |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<ResourceLocation,StateContainer<Block,BlockState>> |
ModelBakery.STATE_CONTAINER_OVERRIDES |
Modifier and Type | Method and Description |
---|---|
StateContainer<Block,BlockState> |
BlockModelDefinition.ContainerHolder.getStateContainer() |
Modifier and Type | Method and Description |
---|---|
private static java.util.function.Predicate<BlockState> |
ModelBakery.parseVariantKey(StateContainer<Block,BlockState> containerIn,
java.lang.String variantIn) |
void |
BlockModelDefinition.ContainerHolder.setStateContainer(StateContainer<Block,BlockState> stateContainerIn) |
Modifier and Type | Field and Description |
---|---|
private StateContainer<Block,BlockState> |
Multipart.stateContainer |
Modifier and Type | Method and Description |
---|---|
private java.util.function.Predicate<BlockState> |
PropertyValueCondition.func_212485_a(StateContainer<Block,BlockState> p_212485_1_,
IProperty<?> p_212485_2_,
java.lang.String p_212485_3_) |
java.util.function.Predicate<BlockState> |
AndCondition.getPredicate(StateContainer<Block,BlockState> p_getPredicate_1_) |
java.util.function.Predicate<BlockState> |
ICondition.getPredicate(StateContainer<Block,BlockState> p_getPredicate_1_) |
java.util.function.Predicate<BlockState> |
OrCondition.getPredicate(StateContainer<Block,BlockState> p_getPredicate_1_) |
java.util.function.Predicate<BlockState> |
PropertyValueCondition.getPredicate(StateContainer<Block,BlockState> p_getPredicate_1_) |
java.util.function.Predicate<BlockState> |
Selector.getPredicate(StateContainer<Block,BlockState> state) |
Constructor and Description |
---|
Multipart(StateContainer<Block,BlockState> stateContainerIn,
java.util.List<Selector> selectorsIn) |
Modifier and Type | Field and Description |
---|---|
private StateContainer<Block,BlockState> |
BlockStateParser.blockStateContainer |
Modifier and Type | Field and Description |
---|---|
protected StateContainer<Fluid,IFluidState> |
Fluid.stateContainer |
Modifier and Type | Method and Description |
---|---|
StateContainer<Fluid,IFluidState> |
Fluid.getStateContainer() |
Modifier and Type | Method and Description |
---|---|
<A extends StateHolder<O,S>> |
StateContainer.Builder.create(StateContainer.IFactory<O,S,A> factory) |