Uses of Enum Class
com.codingame.gameengine.module.entities.BlendableEntity.BlendMode
-
Uses of BlendableEntity.BlendMode in com.codingame.gameengine.module.entities
Modifier and TypeMethodDescriptionBlendableEntity.getBlendMode()
Returns theBlendMode
thisTextureBasedEntity
is to be drawn with.static BlendableEntity.BlendMode
Returns the enum constant of this class with the specified name.static BlendableEntity.BlendMode[]
BlendableEntity.BlendMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionBlendableEntity.setBlendMode
(BlendableEntity.BlendMode blendMode) Sets the blend mode for thisTextureBasedEntity
.