public class EntityRadarUpdateEvent extends ClientEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityRadarUpdateEvent.EntityType |
dimensiontimestamp| Constructor and Description |
|---|
EntityRadarUpdateEvent(UIState activeUiState,
EntityRadarUpdateEvent.EntityType entityType,
WrappedEntity wrappedEntity) |
| Modifier and Type | Method and Description |
|---|---|
UIState |
getActiveUiState()
Gets the current active UIState, small chance it may be null.
|
EntityRadarUpdateEvent.EntityType |
getType()
Gets the entity type.
|
WrappedEntity |
getWrappedEntity()
Gets the wrapped entity, modifying the Entity itself will not change anything.
|
cancel, isCancellable, isCancelledpublic EntityRadarUpdateEvent(UIState activeUiState, EntityRadarUpdateEvent.EntityType entityType, WrappedEntity wrappedEntity)
@Nullable public UIState getActiveUiState()
public EntityRadarUpdateEvent.EntityType getType()
public WrappedEntity getWrappedEntity()