public class GermGuiTexture extends GermGuiPart<GermGuiTexture> implements IGuiPartResizeable<GermGuiTexture>, IAnimatable<GermGuiTexture>
GermGuiCallback.CallBackMachine
Constructor and Description |
---|
GermGuiTexture(java.lang.String indexName) |
Modifier and Type | Method and Description |
---|---|
GermGuiTexture |
addAnimation(GermAnimationPart<? extends DynamicBase> germAnimationPart) |
GermGuiTexture |
addAnimation(java.lang.String animationName) |
GermGuiTexture |
clearAnimations() |
java.lang.Object |
getAnimations() |
java.lang.String |
getEndU() |
java.lang.String |
getEndV() |
java.lang.String |
getHeight() |
java.lang.String |
getHeightV() |
java.lang.String |
getPath() |
java.lang.String |
getRotateX() |
java.lang.String |
getRotateY() |
java.lang.String |
getRotateZ() |
java.lang.String |
getSplitU() |
java.lang.String |
getSplitV() |
java.lang.String |
getStartU() |
java.lang.String |
getStartV() |
int |
getType() |
java.lang.String |
getWidth() |
java.lang.String |
getWidthU() |
boolean |
isSwallow() |
GermGuiTexture |
removeAnimation(GermAnimationPart<? extends DynamicBase> germAnimationPart) |
GermGuiTexture |
removeAnimation(java.lang.String animationName) |
GermGuiTexture |
setAnimation(GermAnimationPart<? extends DynamicBase> germAnimationPart) |
GermGuiTexture |
setAnimationGroup(AnimationGroup animationGroup) |
GermGuiTexture |
setAnimationList(java.util.List<java.lang.String> animationList) |
GermGuiTexture |
setAnimations(java.lang.Object objAnimation)
|
GermGuiTexture |
setBufferedImage(java.awt.image.BufferedImage bufferedImage) |
GermGuiTexture |
setBufferedImage(java.awt.image.BufferedImage bufferedImage,
java.lang.String formatName) |
GermGuiTexture |
setEndU(java.lang.String endU) |
GermGuiTexture |
setEndV(java.lang.String endV) |
GermGuiTexture |
setH(java.lang.String height) |
GermGuiTexture |
setHeight(java.lang.String height) |
GermGuiTexture |
setHeightV(java.lang.String heightV) |
GermGuiTexture |
setPath(java.lang.String path) |
GermGuiTexture |
setRotateX(java.lang.String rotateX) |
GermGuiTexture |
setRotateY(java.lang.String rotateY) |
GermGuiTexture |
setRotateZ(java.lang.String rotateZ) |
GermGuiTexture |
setSplitU(java.lang.String splitU) |
GermGuiTexture |
setSplitV(java.lang.String splitV) |
GermGuiTexture |
setStartU(java.lang.String startU) |
GermGuiTexture |
setStartV(java.lang.String startV) |
GermGuiTexture |
setSwallow(boolean swallow) |
GermGuiTexture |
setW(java.lang.String width) |
GermGuiTexture |
setWidth(java.lang.String width) |
GermGuiTexture |
setWidthU(java.lang.String widthU) |
clone, copyFrom, copyTo, getEnable, getGermGuiPart, getGermGuiPart, getGermGuiPart, getGermGuiPart, getGermGuiScreen, getInitDos, getInitScript, getLocationX, getLocationY, getLocationZ, getParentPart, getPlayer, getRealName, getSimpleMap, getTickDos, getTickScript, getTooltip, getTooltip2, isAsync, isEnable, isOpened, isViewportCulling, loadSrc, loadSrc, refreshField, refreshList, setAsync, setEnable, setEnable, setGermGuiScreen, setIndexName, setInitDos, setInitDos, setInitScript, setLocationX, setLocationX, setLocationX, setLocationY, setLocationY, setLocationY, setLocationZ, setLocationZ, setLocationZ, setParentPart, setTickDos, setTickDos, setTickScript, setTooltip, setTooltip2, setViewportCulling, setX, setY, setZ
clearCallbackHandler, getCallbackHandler, getHandler, getPlayerHandler, onCallback, registerCallbackHandler, registerHandler, registerPlayerHandler, removeCallbackHandler, removeHandler, removeHandler, removePlayerHandler, removePlayerHandler
canEqual, copyFrom, copyTo, equals, getIndexName, getSrc, hashCode, toString
public int getType()
public final java.lang.String getRotateX()
public final GermGuiTexture setRotateX(java.lang.String rotateX)
public final java.lang.String getRotateY()
public final GermGuiTexture setRotateY(java.lang.String rotateY)
public final java.lang.String getRotateZ()
public final GermGuiTexture setRotateZ(java.lang.String rotateZ)
public final java.lang.String getWidthU()
public final GermGuiTexture setWidthU(java.lang.String widthU)
public final java.lang.String getHeightV()
public final GermGuiTexture setHeightV(java.lang.String heightV)
public GermGuiTexture setW(java.lang.String width)
setW
in interface IGuiPartResizeable<GermGuiTexture>
public GermGuiTexture setH(java.lang.String height)
setH
in interface IGuiPartResizeable<GermGuiTexture>
public final boolean isSwallow()
public final GermGuiTexture setSwallow(boolean swallow)
public final java.lang.String getSplitU()
public final GermGuiTexture setSplitU(java.lang.String splitU)
public final java.lang.String getSplitV()
public final GermGuiTexture setSplitV(java.lang.String splitV)
public java.lang.String getStartU()
public GermGuiTexture setStartU(java.lang.String startU)
public java.lang.String getStartV()
public GermGuiTexture setStartV(java.lang.String startV)
public java.lang.String getEndU()
public GermGuiTexture setEndU(java.lang.String endU)
public java.lang.String getEndV()
public GermGuiTexture setEndV(java.lang.String endV)
public java.lang.String getWidth()
getWidth
in interface IGuiPartResizeable<GermGuiTexture>
public GermGuiTexture setWidth(java.lang.String width)
setWidth
in interface IGuiPartResizeable<GermGuiTexture>
public java.lang.String getHeight()
getHeight
in interface IGuiPartResizeable<GermGuiTexture>
public GermGuiTexture setHeight(java.lang.String height)
setHeight
in interface IGuiPartResizeable<GermGuiTexture>
public java.lang.String getPath()
public GermGuiTexture setPath(java.lang.String path)
public GermGuiTexture setBufferedImage(java.awt.image.BufferedImage bufferedImage)
public GermGuiTexture setBufferedImage(java.awt.image.BufferedImage bufferedImage, java.lang.String formatName)
public GermGuiTexture setAnimation(GermAnimationPart<? extends DynamicBase> germAnimationPart)
setAnimation
in interface IAnimatable<GermGuiTexture>
public GermGuiTexture setAnimationGroup(AnimationGroup animationGroup)
setAnimationGroup
in interface IAnimatable<GermGuiTexture>
public GermGuiTexture addAnimation(GermAnimationPart<? extends DynamicBase> germAnimationPart)
addAnimation
in interface IAnimatable<GermGuiTexture>
public GermGuiTexture removeAnimation(GermAnimationPart<? extends DynamicBase> germAnimationPart)
removeAnimation
in interface IAnimatable<GermGuiTexture>
public GermGuiTexture setAnimationList(java.util.List<java.lang.String> animationList)
setAnimationList
in interface IAnimatable<GermGuiTexture>
public GermGuiTexture removeAnimation(java.lang.String animationName)
removeAnimation
in interface IAnimatable<GermGuiTexture>
public GermGuiTexture addAnimation(java.lang.String animationName)
addAnimation
in interface IAnimatable<GermGuiTexture>
public GermGuiTexture setAnimations(java.lang.Object objAnimation)
List
AnimationGroup
GermAnimationPart
setAnimations
in interface IAnimatable<GermGuiTexture>
objAnimation
- public GermGuiTexture clearAnimations()
clearAnimations
in interface IAnimatable<GermGuiTexture>
public java.lang.Object getAnimations()
getAnimations
in interface IAnimatable<GermGuiTexture>
List
或者
AnimationGroup
或者
GermAnimationPart