记录类 PostPass.TargetInput

java.lang.Object
java.lang.Record
net.minecraft.client.renderer.PostPass.TargetInput
所有已实现的接口:
PostPass.Input
封闭类:
PostPass

public static record PostPass.TargetInput(String samplerName, ResourceLocation targetId, boolean depthBuffer, boolean bilinear) extends Record implements PostPass.Input
  • 字段详细资料

    • samplerName

      private final String samplerName
      samplerName 记录组件的字段。
    • targetId

      private final ResourceLocation targetId
      targetId 记录组件的字段。
    • depthBuffer

      private final boolean depthBuffer
      depthBuffer 记录组件的字段。
    • bilinear

      private final boolean bilinear
      bilinear 记录组件的字段。
  • 构造器详细资料

    • TargetInput

      public TargetInput(String samplerName, ResourceLocation targetId, boolean depthBuffer, boolean bilinear)
      创建 TargetInput 记录类的实例。
      参数:
      samplerName - samplerName 记录组件的值
      targetId - targetId 记录组件的值
      depthBuffer - depthBuffer 记录组件的值
      bilinear - bilinear 记录组件的值
  • 方法详细资料