Class SkeletonCreator

java.lang.Object
com.hbm_m.particle.helper.SkeletonCreator
All Implemented Interfaces:
IParticleCreator

public class SkeletonCreator extends Object implements IParticleCreator
Порт SkeletonCreator из 1.7.10. Спавнит набор «костей» в виде ParticleSkeletonNT для умершей сущности.
  • Field Details

  • Constructor Details

    • SkeletonCreator

      public SkeletonCreator()
  • Method Details

    • composeEffect

      public static void composeEffect(net.minecraft.world.level.Level level, net.minecraft.world.entity.Entity entity, float brightness)
    • makeParticle

      public void makeParticle(net.minecraft.client.multiplayer.ClientLevel level, net.minecraft.world.entity.player.Player player, net.minecraft.util.RandomSource rand, double x, double y, double z, net.minecraft.nbt.CompoundTag tag)
      Specified by:
      makeParticle in interface IParticleCreator