Class FireworkRocketMeta
java.lang.Object
net.minestom.server.entity.metadata.EntityMeta
net.minestom.server.entity.metadata.projectile.FireworkRocketMeta
- All Implemented Interfaces:
ProjectileMeta
-
Field Summary
Fields inherited from class net.minestom.server.entity.metadata.EntityMeta
metadata
-
Constructor Summary
ConstructorDescriptionFireworkRocketMeta
(@NotNull Entity entity, @NotNull MetadataHolder metadata) -
Method Summary
Modifier and TypeMethodDescription@NotNull ItemStack
@Nullable Entity
boolean
void
setFireworkInfo
(@NotNull ItemStack value) void
setShooter
(@Nullable Entity value) void
setShotAtAngle
(boolean value) Methods inherited from class net.minestom.server.entity.metadata.EntityMeta
consumeEntity, getAirTicks, getCustomName, getMask, getMaskBit, getPose, getTickFrozen, isCustomNameVisible, isFlyingWithElytra, isHasGlowingEffect, isHasNoGravity, isInvisible, isOnFire, isSilent, isSneaking, isSprinting, isSwimming, setAirTicks, setCustomName, setCustomNameVisible, setFlyingWithElytra, setHasGlowingEffect, setHasNoGravity, setInvisible, setMask, setMaskBit, setNotifyAboutChanges, setOnFire, setPose, setSilent, setSneaking, setSprinting, setSwimming, setTickFrozen
-
Field Details
-
OFFSET
public static final byte OFFSET- See Also:
-
MAX_OFFSET
public static final byte MAX_OFFSET- See Also:
-
-
Constructor Details
-
FireworkRocketMeta
public FireworkRocketMeta(@NotNull @NotNull Entity entity, @NotNull @NotNull MetadataHolder metadata)
-
-
Method Details
-
getFireworkInfo
-
setFireworkInfo
-
getShooter
- Specified by:
getShooter
in interfaceProjectileMeta
-
setShooter
- Specified by:
setShooter
in interfaceProjectileMeta
-
isShotAtAngle
public boolean isShotAtAngle() -
setShotAtAngle
public void setShotAtAngle(boolean value)
-