Package net.minecraft.client.gl
Interface PostEffectProcessor.FramebufferSet
- All Known Implementing Classes:
DefaultFramebufferSet
- Enclosing class:
PostEffectProcessor
- Mappings:
Namespace Name named net/minecraft/client/gl/PostEffectProcessor$FramebufferSet
intermediary net/minecraft/class_279$class_9961
official glo$a
-
Method Summary
Modifier and TypeMethodDescriptionget
(Identifier id) default Handle
<Framebuffer> getOrThrow
(Identifier id) void
set
(Identifier id, Handle<Framebuffer> framebuffer) singleton
(Identifier id, Handle<Framebuffer> framebuffer)
-
Method Details
-
singleton
- Mappings:
Namespace Name Mixin selector named singleton
Lnet/minecraft/client/gl/PostEffectProcessor$FramebufferSet;singleton(Lnet/minecraft/util/Identifier;Lnet/minecraft/client/util/Handle;)Lnet/minecraft/client/gl/PostEffectProcessor$FramebufferSet;
intermediary method_62241
Lnet/minecraft/class_279$class_9961;method_62241(Lnet/minecraft/class_2960;Lnet/minecraft/class_9925;)Lnet/minecraft/class_279$class_9961;
official b
Lglo$a;b(Lalz;Lfgd;)Lglo$a;
-
set
- Mappings:
Namespace Name Mixin selector named set
Lnet/minecraft/client/gl/PostEffectProcessor$FramebufferSet;set(Lnet/minecraft/util/Identifier;Lnet/minecraft/client/util/Handle;)V
intermediary method_62225
Lnet/minecraft/class_279$class_9961;method_62225(Lnet/minecraft/class_2960;Lnet/minecraft/class_9925;)V
official a
Lglo$a;a(Lalz;Lfgd;)V
-
get
- Mappings:
Namespace Name Mixin selector named get
Lnet/minecraft/client/gl/PostEffectProcessor$FramebufferSet;get(Lnet/minecraft/util/Identifier;)Lnet/minecraft/client/util/Handle;
intermediary method_62224
Lnet/minecraft/class_279$class_9961;method_62224(Lnet/minecraft/class_2960;)Lnet/minecraft/class_9925;
official a
Lglo$a;a(Lalz;)Lfgd;
-
getOrThrow
- Mappings:
Namespace Name Mixin selector named getOrThrow
Lnet/minecraft/client/gl/PostEffectProcessor$FramebufferSet;getOrThrow(Lnet/minecraft/util/Identifier;)Lnet/minecraft/client/util/Handle;
intermediary method_62240
Lnet/minecraft/class_279$class_9961;method_62240(Lnet/minecraft/class_2960;)Lnet/minecraft/class_9925;
official b
Lglo$a;b(Lalz;)Lfgd;
-