Uses of Class
net.minecraft.client.renderer.entity.state.BoatRenderState
Packages that use BoatRenderState
-
Uses of BoatRenderState in net.minecraft.client.model
Methods in net.minecraft.client.model with parameters of type BoatRenderState -
Uses of BoatRenderState in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type BoatRenderStateModifier and TypeFieldDescriptionprivate final EntityModel<BoatRenderState> BoatRenderer.modelprivate final EntityModel<BoatRenderState> RaftRenderer.modelMethods in net.minecraft.client.renderer.entity that return BoatRenderStateMethods in net.minecraft.client.renderer.entity that return types with arguments of type BoatRenderStateModifier and TypeMethodDescriptionprotected abstract EntityModel<BoatRenderState> AbstractBoatRenderer.model()protected EntityModel<BoatRenderState> BoatRenderer.model()protected EntityModel<BoatRenderState> RaftRenderer.model()Methods in net.minecraft.client.renderer.entity with parameters of type BoatRenderStateModifier and TypeMethodDescriptionvoidAbstractBoatRenderer.extractRenderState(AbstractBoat p_376890_, BoatRenderState p_376855_, float p_376877_) voidAbstractBoatRenderer.render(BoatRenderState p_376222_, PoseStack p_376926_, MultiBufferSource p_376211_, int p_376589_) protected voidAbstractBoatRenderer.renderTypeAdditions(BoatRenderState renderState, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight) protected voidBoatRenderer.renderTypeAdditions(BoatRenderState p_376691_, PoseStack p_376523_, MultiBufferSource p_376756_, int p_376697_)