Class BoatMeta
java.lang.Object
net.minestom.server.entity.metadata.EntityMeta
net.minestom.server.entity.metadata.AbstractVehicleMeta
net.minestom.server.entity.metadata.other.BoatMeta
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class net.minestom.server.entity.metadata.EntityMeta
metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint@NotNull BoatMeta.TypegetType()booleanbooleanvoidsetLeftPaddleTurning(boolean value) voidsetRightPaddleTurning(boolean value) voidsetSplashTimer(int value) voidsetType(@NotNull BoatMeta.Type value) Methods inherited from class net.minestom.server.entity.metadata.AbstractVehicleMeta
getShakingDirection, getShakingMultiplier, getShakingTicks, setShakingDirection, setShakingMultiplier, setShakingTicksMethods 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
-
BoatMeta
-
-
Method Details
-
getType
-
setType
-
isLeftPaddleTurning
public boolean isLeftPaddleTurning() -
setLeftPaddleTurning
public void setLeftPaddleTurning(boolean value) -
isRightPaddleTurning
public boolean isRightPaddleTurning() -
setRightPaddleTurning
public void setRightPaddleTurning(boolean value) -
getSplashTimer
public int getSplashTimer() -
setSplashTimer
public void setSplashTimer(int value)
-