Package devs.beer.nativepackets.api
Class EntityMetadataFields.FireworkRocketEntity
java.lang.Object
devs.beer.nativepackets.api.EntityMetadataFields.FireworkRocketEntity
- Enclosing class:
EntityMetadataFields
Metadata declared by
FireworkRocketEntity.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EntityMetadataField<NativeValue> Native fieldFireworkRocketEntity.DATA_ATTACHED_TO_TARGET; serializer: OPTIONAL_UNSIGNED_INT.static final EntityMetadataField<NativeValue> Native fieldFireworkRocketEntity.DATA_ID_FIREWORKS_ITEM; serializer: ITEM_STACK.static final EntityMetadataField<Boolean> Native fieldFireworkRocketEntity.DATA_SHOT_AT_ANGLE; serializer: BOOLEAN. -
Method Summary
-
Field Details
-
ATTACHED_TO_TARGET
Native fieldFireworkRocketEntity.DATA_ATTACHED_TO_TARGET; serializer: OPTIONAL_UNSIGNED_INT. -
FIREWORKS_ITEM
Native fieldFireworkRocketEntity.DATA_ID_FIREWORKS_ITEM; serializer: ITEM_STACK. -
SHOT_AT_ANGLE
Native fieldFireworkRocketEntity.DATA_SHOT_AT_ANGLE; serializer: BOOLEAN.
-