类 ForgeClientPlatformMethods
java.lang.Object
mod.chloeprime.aaaparticles.forge.client.ForgeClientPlatformMethods
- 所有已实现的接口:
ClientPlatformMethods
@AutoService(ClientPlatformMethods.class)
public class ForgeClientPlatformMethods
extends Object
implements ClientPlatformMethods
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddClientPostTickCallback(Consumer<net.minecraft.client.Minecraft> action) intgetDepthFormat(com.mojang.blaze3d.pipeline.RenderTarget fb) net.minecraft.client.renderer.texture.TextureAtlasSpritebooleanisStencilEnabled26_1(com.mojang.blaze3d.pipeline.RenderTarget target) com.mojang.blaze3d.pipeline.RenderTargetnewTextureTarget26_1(String label, int w, int h, boolean depth, boolean stencil)
-
构造器详细资料
-
ForgeClientPlatformMethods
public ForgeClientPlatformMethods()
-
-
方法详细资料
-
getDepthFormat
public int getDepthFormat(com.mojang.blaze3d.pipeline.RenderTarget fb) - 指定者:
getDepthFormat在接口中ClientPlatformMethods
-
getPlaceholderAtlasSprite26_1
public net.minecraft.client.renderer.texture.TextureAtlasSprite getPlaceholderAtlasSprite26_1() -
isStencilEnabled26_1
public boolean isStencilEnabled26_1(com.mojang.blaze3d.pipeline.RenderTarget target) - 指定者:
isStencilEnabled26_1在接口中ClientPlatformMethods
-
newTextureTarget26_1
public com.mojang.blaze3d.pipeline.RenderTarget newTextureTarget26_1(String label, int w, int h, boolean depth, boolean stencil) - 指定者:
newTextureTarget26_1在接口中ClientPlatformMethods
-
addClientPostTickCallback
-