Class AxolotlTemptationsSensor
java.lang.Object
net.minecraft.entity.ai.brain.sensor.Sensor<PathAwareEntity>
net.minecraft.entity.ai.brain.sensor.AxolotlTemptationsSensor
public class AxolotlTemptationsSensor extends Sensor<PathAwareEntity>
-
Field Summary
Fields Modifier and Type Field Description private static TargetPredicatefield_28330private Ingredientingredient -
Constructor Summary
Constructors Constructor Description AxolotlTemptationsSensor(Ingredient ingredient) -
Method Summary
Modifier and Type Method Description Set<MemoryModuleType<?>>getOutputMemoryModules()protected voidsense(ServerWorld serverWorld, PathAwareEntity pathAwareEntity)private booleantest(PlayerEntity player)private booleantest(ItemStack stack)Methods inherited from class net.minecraft.entity.ai.brain.sensor.Sensor
method_30954, tick
-
Field Details
-
field_28330
-
ingredient
-
-
Constructor Details
-
AxolotlTemptationsSensor
-
-
Method Details
-
sense
- Specified by:
sensein classSensor<PathAwareEntity>
-
test
-
test
-
getOutputMemoryModules
- Specified by:
getOutputMemoryModulesin classSensor<PathAwareEntity>
-