Uses of Enum Class
org.geysermc.connector.utils.PaintingType
Packages that use PaintingType
-
Uses of PaintingType in org.geysermc.connector.entity
Constructors in org.geysermc.connector.entity with parameters of type PaintingTypeModifierConstructorDescriptionPaintingEntity(long entityId, long geyserId, com.nukkitx.math.vector.Vector3f position, PaintingType paintingName, int direction) -
Uses of PaintingType in org.geysermc.connector.utils
Methods in org.geysermc.connector.utils that return PaintingTypeModifier and TypeMethodDescriptionstatic PaintingTypestatic PaintingTypePaintingType.getByPaintingType(com.github.steveice10.mc.protocol.data.game.entity.type.PaintingType paintingType)static PaintingTypeReturns the enum constant of this class with the specified name.static PaintingType[]PaintingType.values()Returns an array containing the constants of this enum class, in the order they are declared.