public class EnchantmentPredicate
extends java.lang.Object
修飾子とタイプ | フィールドと説明 |
---|---|
static EnchantmentPredicate |
ANY |
static EnchantmentPredicate[] |
field_226534_b_ |
コンストラクタと説明 |
---|
EnchantmentPredicate() |
EnchantmentPredicate(Enchantment p_i49723_1_,
MinMaxBounds.IntBound p_i49723_2_) |
修飾子とタイプ | メソッドと説明 |
---|---|
static EnchantmentPredicate |
deserialize(com.google.gson.JsonElement element) |
static EnchantmentPredicate[] |
deserializeArray(com.google.gson.JsonElement element) |
com.google.gson.JsonElement |
serialize() |
boolean |
test(java.util.Map<Enchantment,java.lang.Integer> enchantmentsIn) |
public static final EnchantmentPredicate ANY
public static final EnchantmentPredicate[] field_226534_b_
public EnchantmentPredicate()
public EnchantmentPredicate(@Nullable Enchantment p_i49723_1_, MinMaxBounds.IntBound p_i49723_2_)
public boolean test(java.util.Map<Enchantment,java.lang.Integer> enchantmentsIn)
public com.google.gson.JsonElement serialize()
public static EnchantmentPredicate deserialize(@Nullable com.google.gson.JsonElement element)
public static EnchantmentPredicate[] deserializeArray(@Nullable com.google.gson.JsonElement element)