类 Unstitcher
java.lang.Object
net.minecraft.client.renderer.texture.atlas.sources.Unstitcher
- 所有已实现的接口:
SpriteSource
-
嵌套类概要
嵌套类修饰符和类型类说明(专用程序包) static final record
(专用程序包) static class
从接口继承的嵌套类/接口 net.minecraft.client.renderer.texture.atlas.SpriteSource
SpriteSource.Output, SpriteSource.SpriteSupplier
-
字段概要
字段修饰符和类型字段说明static final com.mojang.serialization.MapCodec
<Unstitcher> (专用程序包) static final org.slf4j.Logger
private final List
<Unstitcher.Region> private final ResourceLocation
private final double
private final double
从接口继承的字段 net.minecraft.client.renderer.texture.atlas.SpriteSource
TEXTURE_ID_CONVERTER
-
构造器概要
构造器构造器说明Unstitcher
(ResourceLocation p_261679_, List<Unstitcher.Region> p_261974_, double p_262181_, double p_261631_) -
方法概要
-
字段详细资料
-
LOGGER
static final org.slf4j.Logger LOGGER -
CODEC
-
resource
-
regions
-
xDivisor
private final double xDivisor -
yDivisor
private final double yDivisor
-
-
构造器详细资料
-
Unstitcher
public Unstitcher(ResourceLocation p_261679_, List<Unstitcher.Region> p_261974_, double p_262181_, double p_261631_)
-
-
方法详细资料
-
run
- 指定者:
run
在接口中SpriteSource
-
type
- 指定者:
type
在接口中SpriteSource
-