类 LeashRenderHook
java.lang.Object
top.r3944realms.superleadrope.core.hook.LeashRenderHook
The type Leash render hook.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static booleanshouldRenderExtra(net.minecraft.world.entity.Mob mob, net.minecraft.client.renderer.culling.Frustum camera) Should render extra boolean.
-
构造器详细资料
-
LeashRenderHook
public LeashRenderHook()
-
-
方法详细资料
-
shouldRenderExtra
public static boolean shouldRenderExtra(net.minecraft.world.entity.Mob mob, net.minecraft.client.renderer.culling.Frustum camera) Should render extra boolean.- 参数:
mob- the mobcamera- the camera- 返回:
- the boolean
-