ParticleOptions.java
net.minecraft.core.particles.ParticleOptions
信息
- 全限定名:net.minecraft.core.particles.ParticleOptions
- 类型:public interface
- 包:net.minecraft.core.particles
- 源码路径:src/main/java/net/minecraft/core/particles/ParticleOptions.java
- 起始行号:L3
- 职责:
TODO
字段/常量
- 无
内部类/嵌套类型
- 无
构造器
- 无
方法
下面的方法块按源码顺序生成。
ParticleType<?> getType() @ L4
- 方法名:getType
- 源码定位:L4
- 返回类型:ParticleType<?>
- 修饰符:package-private
参数:
- 无
说明:
TODO
代码
public interface ParticleOptions {
ParticleType<?> getType();
}引用的其他类
- ParticleType
- 引用位置:
返回值
- 引用位置: