public class EntityPredicate
extends java.lang.Object
修飾子とタイプ | クラスと説明 |
---|---|
static class |
EntityPredicate.Builder |
修飾子とタイプ | フィールドと説明 |
---|---|
static EntityPredicate |
ANY |
static EntityPredicate[] |
ANY_ARRAY |
修飾子とタイプ | メソッドと説明 |
---|---|
static EntityPredicate |
deserialize(com.google.gson.JsonElement element) |
static EntityPredicate[] |
deserializeArray(com.google.gson.JsonElement array) |
boolean |
func_217993_a(ServerWorld p_217993_1_,
Vec3d p_217993_2_,
Entity p_217993_3_) |
com.google.gson.JsonElement |
serialize() |
static com.google.gson.JsonElement |
serializeArray(EntityPredicate[] predicates) |
boolean |
test(ServerPlayerEntity player,
Entity entity) |
public static final EntityPredicate ANY
public static final EntityPredicate[] ANY_ARRAY
public boolean test(ServerPlayerEntity player, @Nullable Entity entity)
public boolean func_217993_a(ServerWorld p_217993_1_, @Nullable Vec3d p_217993_2_, @Nullable Entity p_217993_3_)
public static EntityPredicate deserialize(@Nullable com.google.gson.JsonElement element)
public static EntityPredicate[] deserializeArray(@Nullable com.google.gson.JsonElement array)
public com.google.gson.JsonElement serialize()
public static com.google.gson.JsonElement serializeArray(EntityPredicate[] predicates)