Class TemptationsSensor

java.lang.Object
net.minecraft.entity.ai.brain.sensor.Sensor<PathAwareEntity>
net.minecraft.entity.ai.brain.sensor.TemptationsSensor

public class TemptationsSensor extends Sensor<PathAwareEntity>
Mappings:
Namespace Name
official bok
intermediary net/minecraft/class_5760
named net/minecraft/entity/ai/brain/sensor/TemptationsSensor
  • Field Details

    • MAX_DISTANCE

      public static final int MAX_DISTANCE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lbok;a:I
      intermediary field_30262 Lnet/minecraft/class_5760;field_30262:I
      named MAX_DISTANCE Lnet/minecraft/entity/ai/brain/sensor/TemptationsSensor;MAX_DISTANCE:I
    • TEMPTER_PREDICATE

      private static final TargetPredicate TEMPTER_PREDICATE
      Mappings:
      Namespace Name Mixin selector
      official c Lbok;c:Lbop;
      intermediary field_28330 Lnet/minecraft/class_5760;field_28330:Lnet/minecraft/class_4051;
      named TEMPTER_PREDICATE Lnet/minecraft/entity/ai/brain/sensor/TemptationsSensor;TEMPTER_PREDICATE:Lnet/minecraft/entity/ai/TargetPredicate;
    • ingredient

      private final Ingredient ingredient
      Mappings:
      Namespace Name Mixin selector
      official d Lbok;d:Lcgl;
      intermediary field_28331 Lnet/minecraft/class_5760;field_28331:Lnet/minecraft/class_1856;
      named ingredient Lnet/minecraft/entity/ai/brain/sensor/TemptationsSensor;ingredient:Lnet/minecraft/recipe/Ingredient;
  • Constructor Details

    • TemptationsSensor

      public TemptationsSensor(Ingredient ingredient)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbok;<init>(Lcgl;)V
      intermediary <init> Lnet/minecraft/class_5760;<init>(Lnet/minecraft/class_1856;)V
      named <init> Lnet/minecraft/entity/ai/brain/sensor/TemptationsSensor;<init>(Lnet/minecraft/recipe/Ingredient;)V
  • Method Details

    • sense

      protected void sense(ServerWorld serverWorld, PathAwareEntity pathAwareEntity)
      Specified by:
      sense in class Sensor<PathAwareEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbok;a(Lahm;Lbep;)V
      intermediary method_33213 Lnet/minecraft/class_5760;method_33213(Lnet/minecraft/class_3218;Lnet/minecraft/class_1314;)V
      named sense Lnet/minecraft/entity/ai/brain/sensor/TemptationsSensor;sense(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/mob/PathAwareEntity;)V
    • test

      private boolean test(PlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official a Lbok;a(Lbwp;)Z
      intermediary method_33215 Lnet/minecraft/class_5760;method_33215(Lnet/minecraft/class_1657;)Z
      named test Lnet/minecraft/entity/ai/brain/sensor/TemptationsSensor;test(Lnet/minecraft/entity/player/PlayerEntity;)Z
    • test

      private boolean test(ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official a Lbok;a(Lcdt;)Z
      intermediary method_33216 Lnet/minecraft/class_5760;method_33216(Lnet/minecraft/class_1799;)Z
      named test Lnet/minecraft/entity/ai/brain/sensor/TemptationsSensor;test(Lnet/minecraft/item/ItemStack;)Z
    • getOutputMemoryModules

      public Set<MemoryModuleType<?>> getOutputMemoryModules()
      Specified by:
      getOutputMemoryModules in class Sensor<PathAwareEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lboi;a()Ljava/util/Set;
      intermediary method_19099 Lnet/minecraft/class_4148;method_19099()Ljava/util/Set;
      named getOutputMemoryModules Lnet/minecraft/entity/ai/brain/sensor/Sensor;getOutputMemoryModules()Ljava/util/Set;