Class Bucket

java.lang.Object
zombie.core.bucket.Bucket

public final class Bucket extends Object
  • Constructor Details

    • Bucket

      public Bucket()
  • Method Details

    • AddTexture

      public void AddTexture(Path path, Texture texture)
    • AddTexture

      public void AddTexture(String string, Texture texture)
    • Dispose

      public void Dispose()
    • getTexture

      public Texture getTexture(Path path)
    • getTexture

      public Texture getTexture(String string)
    • HasTexture

      public boolean HasTexture(Path path)
    • HasTexture

      public boolean HasTexture(String string)
    • forgetTexture

      public void forgetTexture(String string)