Class ItemParticle


@Environment(CLIENT) public class ItemParticle extends Particle
Mappings:
Namespace Name
intermediary net/minecraft/class_528
glue class_585
server net/minecraft/class_528
client pb
named net/minecraft/client/particle/ItemParticle
  • Constructor Details

    • ItemParticle

      public ItemParticle(World world, double x, double y, double z, Item item)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_528;<init>(Lnet/minecraft/class_18;DDDLnet/minecraft/class_124;)V
      glue <init> Lclass_585;<init>(Lclass_129;DDDLclass_166;)V
      server <init> Lnet/minecraft/class_528;<init>(Ldj;DDDLej;)V
      client <init> Lpb;<init>(Lfd;DDDLgm;)V
      named <init> Lnet/minecraft/client/particle/ItemParticle;<init>(Lnet/minecraft/world/World;DDDLnet/minecraft/item/Item;)V
  • Method Details

    • getGroup

      public int getGroup()
      Overrides:
      getGroup in class Particle
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2003 Lnet/minecraft/class_77;method_2003()I
      glue method_854 Lclass_703;method_854()I
      server method_2003 Lnet/minecraft/class_77;method_2003()I
      client c_ Lxw;c_()I
      named getGroup Lnet/minecraft/client/particle/Particle;getGroup()I
    • render

      public void render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset)
      Overrides:
      render in class Particle
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2002 Lnet/minecraft/class_77;method_2002(Lnet/minecraft/class_67;FFFFFF)V
      glue method_28 Lclass_703;method_28(Lclass_539;FFFFFF)V
      server method_2002 Lnet/minecraft/class_77;method_2002(Lnet/minecraft/class_67;FFFFFF)V
      client a Lxw;a(Lnw;FFFFFF)V
      named render Lnet/minecraft/client/particle/Particle;render(Lnet/minecraft/client/render/Tessellator;FFFFFF)V