Uses of Enum Class
org.geysermc.geyser.level.PaintingType
Packages that use PaintingType
Package
Description
-
Uses of PaintingType in org.geysermc.geyser.entity.factory
Methods in org.geysermc.geyser.entity.factory with parameters of type PaintingTypeModifier and TypeMethodDescriptionPaintingEntityFactory.create(GeyserSession session, long entityId, long geyserId, UUID uuid, com.nukkitx.math.vector.Vector3f position, PaintingType paintingName, int direction) -
Uses of PaintingType in org.geysermc.geyser.entity.type
Constructors in org.geysermc.geyser.entity.type with parameters of type PaintingTypeModifierConstructorDescriptionPaintingEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, com.nukkitx.math.vector.Vector3f position, PaintingType paintingName, int direction) -
Uses of PaintingType in org.geysermc.geyser.level
Methods in org.geysermc.geyser.level 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.