public static class ScreenParticleEngine.GuiParticle
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
a |
int |
age |
float |
b |
float |
g |
float |
h |
net.minecraft.util.ResourceLocation |
image |
int |
maxAge |
double |
mX |
double |
mY |
double |
mZ |
float |
r |
double |
sdx |
double |
sdy |
boolean |
setStaticOffsets |
float |
w |
double |
x |
double |
y |
double |
z |
Constructor and Description |
---|
GuiParticle(net.minecraft.util.ResourceLocation image,
double x,
double y,
double z,
double mX,
double mY,
double mZ,
float r,
float g,
float b,
float a,
float w,
float h,
int maxAge,
java.util.function.BiConsumer<ScreenParticleEngine.GuiParticle,com.mojang.blaze3d.matrix.MatrixStack> logic) |
GuiParticle(java.lang.String caller,
net.minecraft.util.ResourceLocation image,
double x,
double y,
double z,
double mX,
double mY,
double mZ,
float r,
float g,
float b,
float a,
float w,
float h,
int maxAge,
java.util.function.BiConsumer<ScreenParticleEngine.GuiParticle,com.mojang.blaze3d.matrix.MatrixStack> logic) |
public net.minecraft.util.ResourceLocation image
public double x
public double y
public double z
public double mX
public double mY
public double mZ
public float r
public float g
public float b
public float a
public float w
public float h
public int age
public int maxAge
public boolean setStaticOffsets
public double sdx
public double sdy
public GuiParticle(net.minecraft.util.ResourceLocation image, double x, double y, double z, double mX, double mY, double mZ, float r, float g, float b, float a, float w, float h, int maxAge, java.util.function.BiConsumer<ScreenParticleEngine.GuiParticle,com.mojang.blaze3d.matrix.MatrixStack> logic)
public GuiParticle(java.lang.String caller, net.minecraft.util.ResourceLocation image, double x, double y, double z, double mX, double mY, double mZ, float r, float g, float b, float a, float w, float h, int maxAge, java.util.function.BiConsumer<ScreenParticleEngine.GuiParticle,com.mojang.blaze3d.matrix.MatrixStack> logic)