Class RenderArmEvent


  • public class RenderArmEvent
    extends net.minecraftforge.eventbus.api.Event
    This is a more targeted version of RenderHandEvent event that is fired specifically when a player's arm is being rendered in first person, and should be used instead if the desired outcome is just to replace the rendering of the arm, such as to make armor render on it or instead of it. This event is fired on the MinecraftForge.EVENT_BUS Canceling the event causes the arm to not render.