Class GlowHandling.Full

java.lang.Object
com.samsthenerd.inline.api.client.GlowHandling
com.samsthenerd.inline.api.client.GlowHandling.Full
Enclosing class:
GlowHandling

public static final class GlowHandling.Full extends 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
  • Field Details

    • cacheId

      public final String cacheId
  • Constructor Details

    • Full

      public Full()
    • Full

      public Full(String cacheId)
      Parameters:
      cacheId - an identifier that uniquely represents the data being rendered that can be used with an Identifier. Should only be used for non-moving renders.