public static class Stitcher.Slot
extends java.lang.Object
コンストラクタと説明 |
---|
Slot(int originXIn,
int originYIn,
int widthIn,
int heightIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
addSlot(net.minecraft.client.renderer.texture.Stitcher.Holder holderIn) |
void |
getAllStitchSlots(java.util.function.Consumer<Stitcher.Slot> slots) |
int |
getOriginX() |
int |
getOriginY() |
net.minecraft.client.renderer.texture.Stitcher.Holder |
getStitchHolder() |
java.lang.String |
toString() |
public net.minecraft.client.renderer.texture.Stitcher.Holder getStitchHolder()
public int getOriginX()
public int getOriginY()
public boolean addSlot(net.minecraft.client.renderer.texture.Stitcher.Holder holderIn)
public void getAllStitchSlots(java.util.function.Consumer<Stitcher.Slot> slots)
public java.lang.String toString()
toString
クラス内 java.lang.Object