Class GlowHandling.Full
java.lang.Object
com.samsthenerd.inline.api.client.GlowHandling
com.samsthenerd.inline.api.client.GlowHandling.Full
- Enclosing class:
- GlowHandling
Indicates that the render system will handle the glow effect. In this case you don't need to worry any more about
glow effects. If your render is static/not animated then you can indicate a cache id here as well for better performance.
The cacheId should be able to be used as an
Identifier
-
Nested Class Summary
Nested classes/interfaces inherited from class com.samsthenerd.inline.api.client.GlowHandling
GlowHandling.Full, GlowHandling.None
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cacheId
-
-
Constructor Details
-
Full
public Full() -
Full
- Parameters:
cacheId
- an identifier that uniquely represents the data being rendered that can be used with anIdentifier
. Should only be used for non-moving renders.
-