Package net.minecraft.predicate.entity
Interface EntitySubPredicate
- All Known Implementing Classes:
- EntitySubPredicateTypes.DynamicVariantType.DynamicPredicate,- EntitySubPredicateTypes.VariantType.VariantPredicate,- FishingHookPredicate,- LightningBoltPredicate,- PlayerPredicate,- RaiderPredicate,- SheepPredicate,- SlimePredicate
public interface EntitySubPredicate
- Mappings:
- Namespace - Name - named - net/minecraft/predicate/entity/EntitySubPredicate- intermediary - net/minecraft/class_7376- official - by
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends EntitySubPredicate> getCodec()booleantest(Entity entity, ServerWorld world, @Nullable Vec3d pos) 
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/predicate/entity/EntitySubPredicate;CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_45747- Lnet/minecraft/class_7376;field_45747:Lcom/mojang/serialization/Codec;- official - a- Lby;a:Lcom/mojang/serialization/Codec;
 
 
- 
- 
Method Details- 
getCodeccom.mojang.serialization.MapCodec<? extends EntitySubPredicate> getCodec()- Mappings:
- Namespace - Name - Mixin selector - named - getCodec- Lnet/minecraft/predicate/entity/EntitySubPredicate;getCodec()Lcom/mojang/serialization/MapCodec;- intermediary - method_58152- Lnet/minecraft/class_7376;method_58152()Lcom/mojang/serialization/MapCodec;- official - a- Lby;a()Lcom/mojang/serialization/MapCodec;
 
- 
test- Mappings:
- Namespace - Name - Mixin selector - named - test- Lnet/minecraft/predicate/entity/EntitySubPredicate;test(Lnet/minecraft/entity/Entity;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/Vec3d;)Z- intermediary - method_22497- Lnet/minecraft/class_7376;method_22497(Lnet/minecraft/class_1297;Lnet/minecraft/class_3218;Lnet/minecraft/class_243;)Z- official - a- Lby;a(Lbum;Lard;Lfbb;)Z
 
 
-