Class FishingHookPredicate
java.lang.Object
net.minecraft.advancements.critereon.FishingHookPredicate
- All Implemented Interfaces:
EntitySubPredicate
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.advancements.critereon.EntitySubPredicate
EntitySubPredicate.Type, EntitySubPredicate.Types
-
Field Summary
Modifier and TypeFieldDescriptionstatic final FishingHookPredicate
private static final String
private final boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FishingHookPredicate
fromJson
(com.google.gson.JsonObject p_219720_) static FishingHookPredicate
inOpenWater
(boolean p_39767_) boolean
matches
(Entity p_219716_, ServerLevel p_219717_, Vec3 p_219718_) com.google.gson.JsonObject
type()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.advancements.critereon.EntitySubPredicate
serialize
-
Field Details
-
ANY
-
IN_OPEN_WATER_KEY
- See Also:
-
inOpenWater
private final boolean inOpenWater
-
-
Constructor Details
-
FishingHookPredicate
private FishingHookPredicate(boolean p_39760_)
-
-
Method Details
-
inOpenWater
-
fromJson
-
serializeCustomData
public com.google.gson.JsonObject serializeCustomData()- Specified by:
serializeCustomData
in interfaceEntitySubPredicate
-
type
- Specified by:
type
in interfaceEntitySubPredicate
-
matches
- Specified by:
matches
in interfaceEntitySubPredicate
-