Class LighthingBoltPredicate
java.lang.Object
net.minecraft.advancements.critereon.LighthingBoltPredicate
-
Field Summary
Modifier and TypeFieldDescriptionstatic LighthingBoltPredicate
private static String
private MinMaxBounds.Ints
private static String
private EntityPredicate
-
Constructor Summary
ModifierConstructorDescriptionprivate
LighthingBoltPredicate(MinMaxBounds.Ints p_153239_, EntityPredicate p_153240_)
-
Method Summary
Modifier and TypeMethodDescriptionstatic LighthingBoltPredicate
blockSetOnFire(MinMaxBounds.Ints p_153251_)
static LighthingBoltPredicate
fromJson(com.google.gson.JsonElement p_153253_)
boolean
matches(Entity p_153247_, ServerLevel p_153248_, Vec3 p_153249_)
com.google.gson.JsonElement
-
Field Details
-
ANY
-
BLOCKS_SET_ON_FIRE_KEY
- See Also:
- Constant Field Values
-
ENTITY_STRUCK_KEY
- See Also:
- Constant Field Values
-
blocksSetOnFire
-
entityStruck
-
-
Constructor Details
-
LighthingBoltPredicate
-
-
Method Details
-
blockSetOnFire
-
fromJson
-
serializeToJson
public com.google.gson.JsonElement serializeToJson() -
matches
-