Package | Description |
---|---|
net.minecraft.advancements.criterion | |
net.minecraft.block | |
net.minecraft.fluid | |
net.minecraft.nbt | |
net.minecraft.state |
Modifier and Type | Method and Description |
---|---|
<S extends IStateHolder<S>> |
StatePropertiesPredicate.matchesAll(StateContainer<?,S> p_227182_1_,
S p_227182_2_) |
<S extends IStateHolder<S>> |
StatePropertiesPredicate.Matcher.test(StateContainer<?,S> p_227199_1_,
S p_227199_2_) |
Modifier and Type | Method and Description |
---|---|
protected <T extends java.lang.Comparable<T>> |
StatePropertiesPredicate.ExactMatcher.func_225554_a_(IStateHolder<?> p_225554_1_,
IProperty<T> p_225554_2_) |
protected abstract <T extends java.lang.Comparable<T>> |
StatePropertiesPredicate.Matcher.func_225554_a_(IStateHolder<?> p_225554_1_,
IProperty<T> p_225554_2_) |
protected <T extends java.lang.Comparable<T>> |
StatePropertiesPredicate.RangedMacher.func_225554_a_(IStateHolder<?> p_225554_1_,
IProperty<T> p_225554_2_) |
Modifier and Type | Class and Description |
---|---|
class |
BlockState |
Modifier and Type | Interface and Description |
---|---|
interface |
IFluidState |
Modifier and Type | Class and Description |
---|---|
class |
FluidState |
Modifier and Type | Method and Description |
---|---|
private static <S extends IStateHolder<S>,T extends java.lang.Comparable<T>> |
NBTUtil.setValueHelper(S p_193590_0_,
IProperty<T> p_193590_1_,
java.lang.String p_193590_2_,
CompoundNBT p_193590_3_,
CompoundNBT p_193590_4_) |
Modifier and Type | Class and Description |
---|---|
class |
StateContainer<O,S extends IStateHolder<S>> |
static class |
StateContainer.Builder<O,S extends IStateHolder<S>> |
static interface |
StateContainer.IFactory<O,S extends IStateHolder<S>,A extends StateHolder<O,S>> |
Modifier and Type | Class and Description |
---|---|
class |
StateHolder<O,S> |
Modifier and Type | Method and Description |
---|---|
static <S extends IStateHolder<S>,T extends java.lang.Comparable<T>> |
IStateHolder.withString(S state,
IProperty<T> propertyIn,
java.lang.String propertyNameIn,
java.lang.String inputIn,
java.lang.String valueIn) |