Class LighthingBoltPredicate
java.lang.Object
net.minecraft.advancements.critereon.LighthingBoltPredicate
- All Implemented Interfaces:
EntitySubPredicate
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.advancements.critereon.EntitySubPredicate
EntitySubPredicate.Type, EntitySubPredicate.Types -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate final MinMaxBounds.Intsprivate static final Stringprivate final EntityPredicateFields inherited from interface net.minecraft.advancements.critereon.EntitySubPredicate
ANY -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateLighthingBoltPredicate(MinMaxBounds.Ints p_153239_, EntityPredicate p_153240_) -
Method Summary
Modifier and TypeMethodDescriptionstatic LighthingBoltPredicateblockSetOnFire(MinMaxBounds.Ints p_153251_) static LighthingBoltPredicatefromJson(com.google.gson.JsonObject p_220333_) booleanmatches(Entity p_153247_, ServerLevel p_153248_, Vec3 p_153249_) com.google.gson.JsonObjecttype()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.advancements.critereon.EntitySubPredicate
serialize
-
Field Details
-
BLOCKS_SET_ON_FIRE_KEY
- See Also:
-
ENTITY_STRUCK_KEY
- See Also:
-
blocksSetOnFire
-
entityStruck
-
-
Constructor Details
-
LighthingBoltPredicate
-
-
Method Details
-
blockSetOnFire
-
fromJson
-
serializeCustomData
public com.google.gson.JsonObject serializeCustomData()- Specified by:
serializeCustomDatain interfaceEntitySubPredicate
-
type
- Specified by:
typein interfaceEntitySubPredicate
-
matches
- Specified by:
matchesin interfaceEntitySubPredicate
-