Class ThrownTridentMeta
java.lang.Object
net.minestom.server.entity.metadata.EntityMeta
net.minestom.server.entity.metadata.projectile.AbstractArrowMeta
net.minestom.server.entity.metadata.projectile.ThrownTridentMeta
-
Field Summary
Fields inherited from class EntityMeta
metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytebooleanvoidsetHasEnchantmentGlint(boolean value) voidsetLoyaltyLevel(byte value) Methods inherited from class AbstractArrowMeta
getPiercingLevel, isCritical, isInGround, isNoClip, setCritical, setInGround, setNoClip, setPiercingLevelMethods inherited from class EntityMeta
consumeEntity, get, getAirTicks, getComponent, getCustomName, getPose, getTickFrozen, isCustomNameVisible, isFlyingWithElytra, isHasGlowingEffect, isHasNoGravity, isInvisible, isOnFire, isSilent, isSneaking, isSprinting, isSwimming, set, setAirTicks, setComponent, setCustomName, setCustomNameVisible, setFlyingWithElytra, setHasGlowingEffect, setHasNoGravity, setInvisible, setNotifyAboutChanges, setOnFire, setPose, setSilent, setSneaking, setSprinting, setSwimming, setTickFrozen
-
Constructor Details
-
ThrownTridentMeta
-
-
Method Details
-
getLoyaltyLevel
public byte getLoyaltyLevel() -
setLoyaltyLevel
public void setLoyaltyLevel(byte value) -
isHasEnchantmentGlint
public boolean isHasEnchantmentGlint() -
setHasEnchantmentGlint
public void setHasEnchantmentGlint(boolean value)
-