类 DataComponentPredicates
java.lang.Object
net.minecraft.core.component.predicates.DataComponentPredicates
-
字段概要
字段修饰符和类型字段说明static final DataComponentPredicate.Type
<TrimPredicate> static final DataComponentPredicate.Type
<AttributeModifiersPredicate> static final DataComponentPredicate.Type
<BundlePredicate> static final DataComponentPredicate.Type
<ContainerPredicate> static final DataComponentPredicate.Type
<CustomDataPredicate> static final DataComponentPredicate.Type
<DamagePredicate> static final DataComponentPredicate.Type
<FireworkExplosionPredicate> static final DataComponentPredicate.Type
<FireworksPredicate> static final DataComponentPredicate.Type
<JukeboxPlayablePredicate> static final DataComponentPredicate.Type
<PotionsPredicate> static final DataComponentPredicate.Type
<WritableBookPredicate> static final DataComponentPredicate.Type
<WrittenBookPredicate> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static DataComponentPredicate.Type
<?> bootstrap
(Registry<DataComponentPredicate.Type<?>> p_400147_) private static <T extends DataComponentPredicate>
DataComponentPredicate.Type<T>
-
字段详细资料
-
DAMAGE
-
ENCHANTMENTS
-
STORED_ENCHANTMENTS
public static final DataComponentPredicate.Type<EnchantmentsPredicate.StoredEnchantments> STORED_ENCHANTMENTS -
POTIONS
-
CUSTOM_DATA
-
CONTAINER
-
BUNDLE_CONTENTS
-
FIREWORK_EXPLOSION
-
FIREWORKS
-
WRITABLE_BOOK
-
WRITTEN_BOOK
-
ATTRIBUTE_MODIFIERS
-
ARMOR_TRIM
-
JUKEBOX_PLAYABLE
-
-
构造器详细资料
-
DataComponentPredicates
public DataComponentPredicates()
-
-
方法详细资料
-
register
private static <T extends DataComponentPredicate> DataComponentPredicate.Type<T> register(String p_399768_, com.mojang.serialization.Codec<T> p_400071_) -
bootstrap
public static DataComponentPredicate.Type<?> bootstrap(Registry<DataComponentPredicate.Type<?>> p_400147_)
-