Interface ShaderSourceGetter

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Environment(CLIENT) public interface ShaderSourceGetter
Mappings:
Namespace Name
named net/minecraft/client/gl/ShaderSourceGetter
intermediary net/minecraft/class_12289
official fxq
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
     
  • Method Details

    • get

      @Nullable String get(Identifier id, ShaderType type)
      Mappings:
      Namespace Name Mixin selector
      named get Lnet/minecraft/client/gl/ShaderSourceGetter;get(Lnet/minecraft/util/Identifier;Lcom/mojang/blaze3d/shaders/ShaderType;)Ljava/lang/String;
      intermediary get Lnet/minecraft/class_12289;get(Lnet/minecraft/class_2960;Lcom/mojang/blaze3d/shaders/ShaderType;)Ljava/lang/String;
      official get Lfxq;get(Lamo;Lcom/mojang/blaze3d/shaders/ShaderType;)Ljava/lang/String;