SpriteSet.java
net.minecraft.client.particle.SpriteSet
信息
- 全限定名:net.minecraft.client.particle.SpriteSet
- 类型:public interface
- 包:net.minecraft.client.particle
- 源码路径:src/main/java/net/minecraft/client/particle/SpriteSet.java
- 起始行号:L9
- 职责:
TODO
字段/常量
- 无
内部类/嵌套类型
- 无
构造器
- 无
方法
下面的方法块按源码顺序生成。
TextureAtlasSprite get(int index, int max) @ L10
- 方法名:get
- 源码定位:L10
- 返回类型:TextureAtlasSprite
- 修饰符:package-private
参数:
- index: int
- max: int
说明:
TODO
TextureAtlasSprite get(RandomSource random) @ L12
- 方法名:get
- 源码定位:L12
- 返回类型:TextureAtlasSprite
- 修饰符:package-private
参数:
- random: RandomSource
说明:
TODO
TextureAtlasSprite first() @ L14
- 方法名:first
- 源码定位:L14
- 返回类型:TextureAtlasSprite
- 修饰符:package-private
参数:
- 无
说明:
TODO
代码
@OnlyIn(Dist.CLIENT)
public interface SpriteSet {
TextureAtlasSprite get(final int index, final int max);
TextureAtlasSprite get(RandomSource random);
TextureAtlasSprite first();
}引用的其他类
-
- 引用位置:
返回值
- 引用位置:
-
- 引用位置:
参数
- 引用位置: