Package zombie.core.bucket
Class Bucket
java.lang.Object
zombie.core.bucket.Bucket
public final class Bucket
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Bucket() -
Method Summary
Modifier and Type Method Description voidAddTexture(java.lang.String string, Texture texture)voidAddTexture(java.nio.file.Path path, Texture texture)voidDispose()voidforgetTexture(java.lang.String string)TexturegetTexture(java.lang.String string)TexturegetTexture(java.nio.file.Path path)booleanHasTexture(java.lang.String string)booleanHasTexture(java.nio.file.Path path)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Bucket
public Bucket()
-
-
Method Details
-
AddTexture
-
AddTexture
-
Dispose
public void Dispose() -
getTexture
-
getTexture
-
HasTexture
public boolean HasTexture(java.nio.file.Path path) -
HasTexture
public boolean HasTexture(java.lang.String string) -
forgetTexture
public void forgetTexture(java.lang.String string)
-