Uses of Enum Class
com.codingame.gameengine.module.entities.BlendableEntity.BlendMode
Packages that use BlendableEntity.BlendMode
-
Uses of BlendableEntity.BlendMode in com.codingame.gameengine.module.entities
Methods in com.codingame.gameengine.module.entities that return BlendableEntity.BlendModeModifier and TypeMethodDescriptionBlendableEntity.getBlendMode()Returns theBlendModethisTextureBasedEntityis to be drawn with.static BlendableEntity.BlendModeReturns 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.Methods in com.codingame.gameengine.module.entities with parameters of type BlendableEntity.BlendModeModifier and TypeMethodDescriptionBlendableEntity.setBlendMode(BlendableEntity.BlendMode blendMode) Sets the blend mode for thisTextureBasedEntity.