Class UntilableDrawable
- java.lang.Object
-
- de.unistuttgart.informatik.fius.icge.ui.BasicDrawable
-
- de.unistuttgart.informatik.fius.icge.simulation.entity.UntilableDrawable
-
- All Implemented Interfaces:
Drawable
,Comparable<Drawable>
public class UntilableDrawable extends BasicDrawable
Same asBasicDrawable
but won't tile.
-
-
Constructor Summary
Constructors Constructor Description UntilableDrawable(double x, double y, int z, String textureHandle)
Create a new untilable Drawable.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isTilable()
Return wether this Drawable can be drawn tiled if multiple are present in the same cell.-
Methods inherited from class de.unistuttgart.informatik.fius.icge.ui.BasicDrawable
getTextureHandle, getX, getY, getZ
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.unistuttgart.informatik.fius.icge.ui.Drawable
compareTo, isAnimated, setCurrentTick
-
-
-
-
Constructor Detail
-
UntilableDrawable
public UntilableDrawable(double x, double y, int z, String textureHandle)
Create a new untilable Drawable.- Parameters:
x
-y
-z
-textureHandle
-
-
-
Method Detail
-
isTilable
public boolean isTilable()
Description copied from interface:Drawable
Return wether this Drawable can be drawn tiled if multiple are present in the same cell.- Returns:
- true if the Drawable is tilable
-
-