类 FabricClientPlatformMethods
java.lang.Object
mod.chloeprime.aaaparticles.fabric.client.FabricClientPlatformMethods
- 所有已实现的接口:
ClientPlatformMethods
@AutoService(ClientPlatformMethods.class)
public class FabricClientPlatformMethods
extends Object
implements ClientPlatformMethods
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddClientPostTickCallback(Consumer<net.minecraft.client.Minecraft> action) voidapplyItemTransform(com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.resources.model.BakedModel model, net.minecraft.world.item.ItemDisplayContext context, boolean applyLeftHandTransform) intgetDepthFormat(com.mojang.blaze3d.pipeline.RenderTarget fb) voidsyncStencilState(com.mojang.blaze3d.pipeline.RenderTarget from, com.mojang.blaze3d.pipeline.RenderTarget to)
-
构造器详细资料
-
FabricClientPlatformMethods
public FabricClientPlatformMethods()
-
-
方法详细资料
-
getDepthFormat
public int getDepthFormat(com.mojang.blaze3d.pipeline.RenderTarget fb) - 指定者:
getDepthFormat在接口中ClientPlatformMethods
-
syncStencilState
public void syncStencilState(com.mojang.blaze3d.pipeline.RenderTarget from, com.mojang.blaze3d.pipeline.RenderTarget to) - 指定者:
syncStencilState在接口中ClientPlatformMethods
-
applyItemTransform
public void applyItemTransform(com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.resources.model.BakedModel model, net.minecraft.world.item.ItemDisplayContext context, boolean applyLeftHandTransform) - 指定者:
applyItemTransform在接口中ClientPlatformMethods
-
addClientPostTickCallback
-