类 Unstitcher.RegionInstance
java.lang.Object
net.minecraft.client.renderer.texture.atlas.sources.Unstitcher.RegionInstance
- 所有已实现的接口:
Supplier<SpriteContents>
,SpriteSource.SpriteSupplier
- 封闭类:
- Unstitcher
-
字段概要
字段修饰符和类型字段说明private final LazyLoadedImage
private final Unstitcher.Region
private final double
private final double
-
构造器概要
构造器构造器说明RegionInstance
(LazyLoadedImage pImage, Unstitcher.Region pRegion, double pXDivisor, double pYDivisor) -
方法概要
-
字段详细资料
-
image
-
region
-
xDivisor
private final double xDivisor -
yDivisor
private final double yDivisor
-
-
构造器详细资料
-
RegionInstance
RegionInstance(LazyLoadedImage pImage, Unstitcher.Region pRegion, double pXDivisor, double pYDivisor)
-
-
方法详细资料
-
get
- 指定者:
get
在接口中Supplier<SpriteContents>
-
discard
public void discard()- 指定者:
discard
在接口中SpriteSource.SpriteSupplier
-