Package zombie.interfaces
Interface ITexture
- All Superinterfaces:
IDestroyable
,IMaskerable
- All Known Implementing Classes:
AngelCodeFont.CharDefTexture
,CharacterSmartTexture
,ItemSmartTexture
,SmartTexture
,Texture
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bind()
void
bind
(int int1) getData()
int
int
int
getID()
int
getWidth()
int
float
getXEnd()
float
float
getYEnd()
float
boolean
isSolid()
void
makeTransp
(int int1, int int2, int int3) void
setAlphaForeach
(int int1, int int2, int int3, int int4) void
setData
(ByteBuffer byteBuffer) void
void
setRegion
(int int1, int int2, int int3, int int4) Methods inherited from interface zombie.interfaces.IDestroyable
destroy, isDestroyed
Methods inherited from interface zombie.interfaces.IMaskerable
getMask
-
Method Details
-
bind
void bind() -
bind
void bind(int int1) -
getData
WrappedBuffer getData() -
getHeight
int getHeight() -
getHeightHW
int getHeightHW() -
getID
int getID() -
getWidth
int getWidth() -
getWidthHW
int getWidthHW() -
getXEnd
float getXEnd() -
getXStart
float getXStart() -
getYEnd
float getYEnd() -
getYStart
float getYStart() -
isSolid
boolean isSolid() -
makeTransp
void makeTransp(int int1, int int2, int int3) -
setAlphaForeach
void setAlphaForeach(int int1, int int2, int int3, int int4) -
setData
-
setMask
-
setRegion
void setRegion(int int1, int int2, int int3, int int4)
-