Interface FallLocationType
- All Superinterfaces:
Translatable
Represents a type of location from which the entity fell.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FallLocationType
The entity was not within a special fall location.static final FallLocationType
The entity was within the ladder.static final FallLocationType
The entity was within some other climbable block.static final FallLocationType
The entity was in scaffolding.static final FallLocationType
The entity was in twisting vines.static final FallLocationType
The entity was in vines.static final FallLocationType
The entity was in water.static final FallLocationType
The entity was in weeping wines. -
Method Summary
Modifier and TypeMethodDescriptionid()
Gets the fall location id.Gets the translation key used for a fall death message caused by falling from this location
-
Field Details
-
GENERIC
The entity was not within a special fall location. -
LADDER
The entity was within the ladder. -
VINES
The entity was in vines. -
WEEPING_VINES
The entity was in weeping wines. -
TWISTING_VINES
The entity was in twisting vines. -
SCAFFOLDING
The entity was in scaffolding. -
OTHER_CLIMBABLE
The entity was within some other climbable block. -
WATER
The entity was in water.
-
-
Method Details
-
id
String id()Gets the fall location id.- Returns:
- the fall location id
-
translationKey
String translationKey()Gets the translation key used for a fall death message caused by falling from this location- Specified by:
translationKey
in interfaceTranslatable
- Returns:
- the translation key
-