Class ScreenParticleEngine.GuiParticle
java.lang.Object
com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- Enclosing class:
- ScreenParticleEngine
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGuiParticle
(String caller, net.minecraft.resources.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, BiConsumer<ScreenParticleEngine.GuiParticle, com.mojang.blaze3d.vertex.PoseStack> logic) GuiParticle
(net.minecraft.resources.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, BiConsumer<ScreenParticleEngine.GuiParticle, com.mojang.blaze3d.vertex.PoseStack> logic) -
Method Summary
-
Field Details
-
image
public net.minecraft.resources.ResourceLocation image -
x
public double x -
y
public double y -
z
public double z -
mX
public double mX -
mY
public double mY -
mZ
public double mZ -
r
public float r -
g
public float g -
b
public float b -
a
public float a -
w
public float w -
h
public float h -
age
public int age -
maxAge
public int maxAge -
setStaticOffsets
public boolean setStaticOffsets -
sdx
public double sdx -
sdy
public double sdy
-
-
Constructor Details
-
GuiParticle
public GuiParticle(net.minecraft.resources.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, BiConsumer<ScreenParticleEngine.GuiParticle, com.mojang.blaze3d.vertex.PoseStack> logic) -
GuiParticle
public GuiParticle(String caller, net.minecraft.resources.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, BiConsumer<ScreenParticleEngine.GuiParticle, com.mojang.blaze3d.vertex.PoseStack> logic)
-