Class ParticleBlur.RenderType

java.lang.Object
org.cyclops.cyclopscore.client.particle.ParticleBlur.RenderType
All Implemented Interfaces:
net.minecraft.client.particle.ParticleRenderType
Enclosing class:
ParticleBlur

public static class ParticleBlur.RenderType extends Object implements net.minecraft.client.particle.ParticleRenderType
  • Field Summary

    Fields inherited from interface net.minecraft.client.particle.ParticleRenderType

    CUSTOM, NO_RENDER, PARTICLE_SHEET_LIT, PARTICLE_SHEET_OPAQUE, PARTICLE_SHEET_TRANSLUCENT, TERRAIN_SHEET
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    begin(com.mojang.blaze3d.vertex.BufferBuilder bufferBuilder, net.minecraft.client.renderer.texture.TextureManager textureManager)
     
    void
    end(com.mojang.blaze3d.vertex.Tesselator tessellator)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RenderType

      public RenderType()
  • Method Details

    • begin

      public void begin(com.mojang.blaze3d.vertex.BufferBuilder bufferBuilder, net.minecraft.client.renderer.texture.TextureManager textureManager)
      Specified by:
      begin in interface net.minecraft.client.particle.ParticleRenderType
    • end

      public void end(com.mojang.blaze3d.vertex.Tesselator tessellator)
      Specified by:
      end in interface net.minecraft.client.particle.ParticleRenderType