Package net.minecraft.predicate.entity
Record Class EntityPredicate
java.lang.Object
java.lang.Record
net.minecraft.predicate.entity.EntityPredicate
- Record Components:
type
-distance
-location
-steppingOn
-effects
-nbt
-flags
-equipment
-typeSpecific
-vehicle
-passenger
-targetedEntity
-team
-
public record EntityPredicate(Optional<EntityTypePredicate> type, Optional<DistancePredicate> distance, Optional<LocationPredicate> location, Optional<LocationPredicate> steppingOn, Optional<EntityEffectPredicate> effects, Optional<NbtPredicate> nbt, Optional<EntityFlagsPredicate> flags, Optional<EntityEquipmentPredicate> equipment, Optional<TypeSpecificPredicate> typeSpecific, Optional<EntityPredicate> vehicle, Optional<EntityPredicate> passenger, Optional<EntityPredicate> targetedEntity, Optional<String> team)
extends Record
- Mappings:
Namespace Name official bp
intermediary net/minecraft/class_2048
named net/minecraft/predicate/entity/EntityPredicate
official c
intermediary comp_1761
named type
official d
intermediary comp_1762
named distance
official e
intermediary comp_1763
named location
official f
intermediary comp_1764
named steppingOn
official g
intermediary comp_1765
named effects
official h
intermediary comp_1766
named nbt
official i
intermediary comp_1767
named flags
official j
intermediary comp_1768
named equipment
official k
intermediary comp_1769
named typeSpecific
official l
intermediary comp_1770
named vehicle
official m
intermediary comp_1771
named passenger
official n
intermediary comp_1772
named targetedEntity
official o
intermediary comp_1773
named team
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EntityPredicate>
private final Optional<DistancePredicate>
The field for thedistance
record component.private final Optional<EntityEffectPredicate>
The field for theeffects
record component.private final Optional<EntityEquipmentPredicate>
The field for theequipment
record component.private final Optional<EntityFlagsPredicate>
The field for theflags
record component.private final Optional<LocationPredicate>
The field for thelocation
record component.static final com.mojang.serialization.Codec<LootContextPredicate>
private final Optional<NbtPredicate>
The field for thenbt
record component.private final Optional<EntityPredicate>
The field for thepassenger
record component.private final Optional<LocationPredicate>
The field for thesteppingOn
record component.private final Optional<EntityPredicate>
The field for thetargetedEntity
record component.The field for theteam
record component.private final Optional<EntityTypePredicate>
The field for thetype
record component.private final Optional<TypeSpecificPredicate>
The field for thetypeSpecific
record component.private final Optional<EntityPredicate>
The field for thevehicle
record component. -
Constructor Summary
ConstructorDescriptionEntityPredicate
(Optional<EntityTypePredicate> optional, Optional<DistancePredicate> optional2, Optional<LocationPredicate> optional3, Optional<LocationPredicate> optional4, Optional<EntityEffectPredicate> optional5, Optional<NbtPredicate> optional6, Optional<EntityFlagsPredicate> optional7, Optional<EntityEquipmentPredicate> optional8, Optional<TypeSpecificPredicate> optional9, Optional<EntityPredicate> optional10, Optional<EntityPredicate> optional11, Optional<EntityPredicate> optional12, Optional<String> optional13) -
Method Summary
Modifier and TypeMethodDescriptionstatic LootContextPredicate
asLootContextPredicate
(EntityPredicate predicate) static Optional<LootContextPredicate>
contextPredicateFromEntityPredicate
(Optional<EntityPredicate> entityPredicate) static LootContextPredicate
static List<LootContextPredicate>
static LootContext
createAdvancementEntityLootContext
(ServerPlayerEntity player, Entity target) distance()
Returns the value of thedistance
record component.effects()
Returns the value of theeffects
record component.final boolean
Indicates whether some other object is "equal to" this one.Returns the value of theequipment
record component.flags()
Returns the value of theflags
record component.final int
hashCode()
Returns a hash code value for this object.location()
Returns the value of thelocation
record component.nbt()
Returns the value of thenbt
record component.Returns the value of thepassenger
record component.Returns the value of thesteppingOn
record component.Returns the value of thetargetedEntity
record component.team()
Returns the value of theteam
record component.boolean
test
(ServerPlayerEntity player, @Nullable Entity entity) boolean
final String
toString()
Returns a string representation of this record class.type()
Returns the value of thetype
record component.Returns the value of thetypeSpecific
record component.vehicle()
Returns the value of thevehicle
record component.
-
Field Details
-
type
The field for thetype
record component. -
distance
The field for thedistance
record component. -
location
The field for thelocation
record component. -
steppingOn
The field for thesteppingOn
record component. -
effects
The field for theeffects
record component. -
nbt
The field for thenbt
record component. -
flags
The field for theflags
record component. -
equipment
The field for theequipment
record component. -
typeSpecific
The field for thetypeSpecific
record component. -
vehicle
The field for thevehicle
record component. -
passenger
The field for thepassenger
record component. -
targetedEntity
The field for thetargetedEntity
record component. -
team
The field for theteam
record component. -
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lbp;a:Lcom/mojang/serialization/Codec;
intermediary field_45746
Lnet/minecraft/class_2048;field_45746:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/predicate/entity/EntityPredicate;CODEC:Lcom/mojang/serialization/Codec;
-
LOOT_CONTEXT_PREDICATE_CODEC
public static final com.mojang.serialization.Codec<LootContextPredicate> LOOT_CONTEXT_PREDICATE_CODEC- Mappings:
Namespace Name Mixin selector official b
Lbp;b:Lcom/mojang/serialization/Codec;
intermediary field_47250
Lnet/minecraft/class_2048;field_47250:Lcom/mojang/serialization/Codec;
named LOOT_CONTEXT_PREDICATE_CODEC
Lnet/minecraft/predicate/entity/EntityPredicate;LOOT_CONTEXT_PREDICATE_CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
EntityPredicate
public EntityPredicate(Optional<EntityTypePredicate> optional, Optional<DistancePredicate> optional2, Optional<LocationPredicate> optional3, Optional<LocationPredicate> optional4, Optional<EntityEffectPredicate> optional5, Optional<NbtPredicate> optional6, Optional<EntityFlagsPredicate> optional7, Optional<EntityEquipmentPredicate> optional8, Optional<TypeSpecificPredicate> optional9, Optional<EntityPredicate> optional10, Optional<EntityPredicate> optional11, Optional<EntityPredicate> optional12, Optional<String> optional13)
-
-
Method Details
-
contextPredicateFromEntityPredicate
public static LootContextPredicate contextPredicateFromEntityPredicate(EntityPredicate.Builder builder) - Mappings:
Namespace Name Mixin selector official a
Lbp;a(Lbp$a;)Lbb;
intermediary method_53134
Lnet/minecraft/class_2048;method_53134(Lnet/minecraft/class_2048$class_2049;)Lnet/minecraft/class_5258;
named contextPredicateFromEntityPredicate
Lnet/minecraft/predicate/entity/EntityPredicate;contextPredicateFromEntityPredicate(Lnet/minecraft/predicate/entity/EntityPredicate$Builder;)Lnet/minecraft/predicate/entity/LootContextPredicate;
-
contextPredicateFromEntityPredicate
public static Optional<LootContextPredicate> contextPredicateFromEntityPredicate(Optional<EntityPredicate> entityPredicate) - Mappings:
Namespace Name Mixin selector official a
Lbp;a(Ljava/util/Optional;)Ljava/util/Optional;
intermediary method_53137
Lnet/minecraft/class_2048;method_53137(Ljava/util/Optional;)Ljava/util/Optional;
named contextPredicateFromEntityPredicate
Lnet/minecraft/predicate/entity/EntityPredicate;contextPredicateFromEntityPredicate(Ljava/util/Optional;)Ljava/util/Optional;
-
contextPredicateFromEntityPredicates
public static List<LootContextPredicate> contextPredicateFromEntityPredicates(EntityPredicate.Builder[] builders) - Mappings:
Namespace Name Mixin selector official a
Lbp;a([Lbp$a;)Ljava/util/List;
intermediary method_53139
Lnet/minecraft/class_2048;method_53139([Lnet/minecraft/class_2048$class_2049;)Ljava/util/List;
named contextPredicateFromEntityPredicates
Lnet/minecraft/predicate/entity/EntityPredicate;contextPredicateFromEntityPredicates([Lnet/minecraft/predicate/entity/EntityPredicate$Builder;)Ljava/util/List;
-
asLootContextPredicate
- Mappings:
Namespace Name Mixin selector official a
Lbp;a(Lbp;)Lbb;
intermediary method_51704
Lnet/minecraft/class_2048;method_51704(Lnet/minecraft/class_2048;)Lnet/minecraft/class_5258;
named asLootContextPredicate
Lnet/minecraft/predicate/entity/EntityPredicate;asLootContextPredicate(Lnet/minecraft/predicate/entity/EntityPredicate;)Lnet/minecraft/predicate/entity/LootContextPredicate;
-
test
- Mappings:
Namespace Name Mixin selector official a
Lbp;a(Lane;Lblv;)Z
intermediary method_8914
Lnet/minecraft/class_2048;method_8914(Lnet/minecraft/class_3222;Lnet/minecraft/class_1297;)Z
named test
Lnet/minecraft/predicate/entity/EntityPredicate;test(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/entity/Entity;)Z
-
test
public boolean test(ServerWorld world, @Nullable @Nullable Vec3d pos, @Nullable @Nullable Entity entity) - Mappings:
Namespace Name Mixin selector official a
Lbp;a(Land;Lelt;Lblv;)Z
intermediary method_8909
Lnet/minecraft/class_2048;method_8909(Lnet/minecraft/class_3218;Lnet/minecraft/class_243;Lnet/minecraft/class_1297;)Z
named test
Lnet/minecraft/predicate/entity/EntityPredicate;test(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/entity/Entity;)Z
-
createAdvancementEntityLootContext
public static LootContext createAdvancementEntityLootContext(ServerPlayerEntity player, Entity target) - Mappings:
Namespace Name Mixin selector official b
Lbp;b(Lane;Lblv;)Legw;
intermediary method_27802
Lnet/minecraft/class_2048;method_27802(Lnet/minecraft/class_3222;Lnet/minecraft/class_1297;)Lnet/minecraft/class_47;
named createAdvancementEntityLootContext
Lnet/minecraft/predicate/entity/EntityPredicate;createAdvancementEntityLootContext(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/entity/Entity;)Lnet/minecraft/loot/context/LootContext;
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
type
Returns the value of thetype
record component.- Returns:
- the value of the
type
record component
-
distance
Returns the value of thedistance
record component.- Returns:
- the value of the
distance
record component
-
location
Returns the value of thelocation
record component.- Returns:
- the value of the
location
record component
-
steppingOn
Returns the value of thesteppingOn
record component.- Returns:
- the value of the
steppingOn
record component
-
effects
Returns the value of theeffects
record component.- Returns:
- the value of the
effects
record component
-
nbt
Returns the value of thenbt
record component.- Returns:
- the value of the
nbt
record component
-
flags
Returns the value of theflags
record component.- Returns:
- the value of the
flags
record component
-
equipment
Returns the value of theequipment
record component.- Returns:
- the value of the
equipment
record component
-
typeSpecific
Returns the value of thetypeSpecific
record component.- Returns:
- the value of the
typeSpecific
record component
-
vehicle
Returns the value of thevehicle
record component.- Returns:
- the value of the
vehicle
record component
-
passenger
Returns the value of thepassenger
record component.- Returns:
- the value of the
passenger
record component
-
targetedEntity
Returns the value of thetargetedEntity
record component.- Returns:
- the value of the
targetedEntity
record component
-
team
Returns the value of theteam
record component.- Returns:
- the value of the
team
record component
-