Class LivingEvent.LivingVisibilityEvent
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.entity.EntityEvent
net.neoforged.neoforge.event.entity.living.LivingEvent
net.neoforged.neoforge.event.entity.living.LivingEvent.LivingVisibilityEvent
- Enclosing class:
LivingEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class net.neoforged.neoforge.event.entity.living.LivingEvent
LivingEvent.LivingJumpEvent, LivingEvent.LivingVisibilityEvent
Nested classes/interfaces inherited from class net.neoforged.neoforge.event.entity.EntityEvent
EntityEvent.EnteringSection, EntityEvent.EntityConstructing, EntityEvent.Size
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLivingVisibilityEvent
(LivingEntity livingEntity, @Nullable Entity lookingEntity, double originalMultiplier) -
Method Summary
Methods inherited from class net.neoforged.neoforge.event.entity.living.LivingEvent
getEntity
-
Field Details
-
visibilityModifier
private double visibilityModifier -
lookingEntity
-
-
Constructor Details
-
LivingVisibilityEvent
public LivingVisibilityEvent(LivingEntity livingEntity, @Nullable @Nullable Entity lookingEntity, double originalMultiplier)
-
-
Method Details
-
modifyVisibility
public void modifyVisibility(double mod) - Parameters:
mod
- Is multiplied with the current modifier
-
getVisibilityModifier
public double getVisibilityModifier()- Returns:
- The current modifier
-
getLookingEntity
- Returns:
- The entity trying to see this LivingEntity, if available
-