Package net.minecraft.client.resource
Class SplashTextResourceSupplier
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloadListener<List<String>>
net.minecraft.client.resource.SplashTextResourceSupplier
- All Implemented Interfaces:
ResourceReloadListener
@Environment(CLIENT) public class SplashTextResourceSupplier extends SinglePreparationResourceReloadListener<List<String>>
- Mappings:
Namespace Name official esl
intermediary net/minecraft/class_4008
named net/minecraft/client/resource/SplashTextResourceSupplier
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloadListener
ResourceReloadListener.Synchronizer
-
Field Summary
Fields Modifier and Type Field Description private static Random
RANDOM
private static Identifier
RESOURCE_ID
private Session
session
private List<String>
splashTexts
-
Constructor Summary
Constructors Constructor Description SplashTextResourceSupplier(Session session)
-
Method Summary
Methods inherited from class net.minecraft.resource.SinglePreparationResourceReloadListener
reload
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.resource.ResourceReloadListener
getName
-
Field Details
-
RESOURCE_ID
- Mappings:
Namespace Name Mixin selector official a
Lesl;a:Lwb;
intermediary field_17904
Lnet/minecraft/class_4008;field_17904:Lnet/minecraft/class_2960;
named RESOURCE_ID
Lnet/minecraft/client/resource/SplashTextResourceSupplier;RESOURCE_ID:Lnet/minecraft/util/Identifier;
-
RANDOM
- Mappings:
Namespace Name Mixin selector official b
Lesl;b:Ljava/util/Random;
intermediary field_17905
Lnet/minecraft/class_4008;field_17905:Ljava/util/Random;
named RANDOM
Lnet/minecraft/client/resource/SplashTextResourceSupplier;RANDOM:Ljava/util/Random;
-
splashTexts
- Mappings:
Namespace Name Mixin selector official c
Lesl;c:Ljava/util/List;
intermediary field_17906
Lnet/minecraft/class_4008;field_17906:Ljava/util/List;
named splashTexts
Lnet/minecraft/client/resource/SplashTextResourceSupplier;splashTexts:Ljava/util/List;
-
session
- Mappings:
Namespace Name Mixin selector official d
Lesl;d:Ldqx;
intermediary field_18934
Lnet/minecraft/class_4008;field_18934:Lnet/minecraft/class_320;
named session
Lnet/minecraft/client/resource/SplashTextResourceSupplier;session:Lnet/minecraft/client/util/Session;
-
-
Constructor Details
-
SplashTextResourceSupplier
- Mappings:
Namespace Name Mixin selector official <init>
Lesl;<init>(Ldqx;)V
intermediary <init>
Lnet/minecraft/class_4008;<init>(Lnet/minecraft/class_320;)V
named <init>
Lnet/minecraft/client/resource/SplashTextResourceSupplier;<init>(Lnet/minecraft/client/util/Session;)V
-
-
Method Details
-
prepare
- Specified by:
prepare
in classSinglePreparationResourceReloadListener<List<String>>
- Mappings:
Namespace Name Mixin selector official a
Lesl;a(Lacx;Laos;)Ljava/util/List;
intermediary method_18176
Lnet/minecraft/class_4008;method_18176(Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)Ljava/util/List;
named prepare
Lnet/minecraft/client/resource/SplashTextResourceSupplier;prepare(Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)Ljava/util/List;
-
apply
- Specified by:
apply
in classSinglePreparationResourceReloadListener<List<String>>
- Mappings:
Namespace Name Mixin selector official a
Lesl;a(Ljava/util/List;Lacx;Laos;)V
intermediary method_18175
Lnet/minecraft/class_4008;method_18175(Ljava/util/List;Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)V
named apply
Lnet/minecraft/client/resource/SplashTextResourceSupplier;apply(Ljava/util/List;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)V
-
get
- Mappings:
Namespace Name Mixin selector official a
Lesl;a()Ljava/lang/String;
intermediary method_18174
Lnet/minecraft/class_4008;method_18174()Ljava/lang/String;
named get
Lnet/minecraft/client/resource/SplashTextResourceSupplier;get()Ljava/lang/String;
-