public class NBTPredicate
extends java.lang.Object
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static NBTPredicate | ANY | 
| コンストラクタと説明 | 
|---|
| NBTPredicate(CompoundNBT tag) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| static NBTPredicate | deserialize(com.google.gson.JsonElement json) | 
| com.google.gson.JsonElement | serialize() | 
| boolean | test(Entity entityIn) | 
| boolean | test(INBT nbt) | 
| boolean | test(ItemStack item) | 
| static CompoundNBT | writeToNBTWithSelectedItem(Entity entityIn) | 
public static final NBTPredicate ANY
public NBTPredicate(@Nullable
                    CompoundNBT tag)
public boolean test(ItemStack item)
public boolean test(Entity entityIn)
public boolean test(@Nullable
                    INBT nbt)
public com.google.gson.JsonElement serialize()
public static NBTPredicate deserialize(@Nullable com.google.gson.JsonElement json)
public static CompoundNBT writeToNBTWithSelectedItem(Entity entityIn)