类 EffekRenderer

java.lang.Object
mod.chloeprime.aaaparticles.client.render.EffekRenderer

public class EffekRenderer extends Object
  • 嵌套类概要

    嵌套类
    修饰符和类型
    说明
    static final class 
     
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static void
     
    static void
    onRenderHand(float partialTick, net.minecraft.world.InteractionHand hand, com.mojang.blaze3d.vertex.PoseStack pose, org.joml.Matrix4f projection, net.minecraft.client.Camera camera)
     
    static void
    renderWorldEffeks(float partialTick, com.mojang.blaze3d.vertex.PoseStack pose, org.joml.Matrix4f projection, net.minecraft.client.Camera camera)
     
    static void
    renderWorldEffeks(net.minecraft.client.DeltaTracker deltaTracker, boolean renderHand, net.minecraft.client.renderer.ItemInHandRenderer itemInHandRenderer)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • EffekRenderer

      public EffekRenderer()
  • 方法详细资料

    • init

      public static void init()
    • renderWorldEffeks

      public static void renderWorldEffeks(net.minecraft.client.DeltaTracker deltaTracker, boolean renderHand, net.minecraft.client.renderer.ItemInHandRenderer itemInHandRenderer)
    • renderWorldEffeks

      public static void renderWorldEffeks(float partialTick, com.mojang.blaze3d.vertex.PoseStack pose, org.joml.Matrix4f projection, net.minecraft.client.Camera camera)
    • onRenderHand

      public static void onRenderHand(float partialTick, net.minecraft.world.InteractionHand hand, com.mojang.blaze3d.vertex.PoseStack pose, org.joml.Matrix4f projection, net.minecraft.client.Camera camera)