Package net.minecraft.client.resource
Class SplashTextResourceSupplier
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloader<List<String>>
net.minecraft.client.resource.SplashTextResourceSupplier
- All Implemented Interfaces:
ResourceReloader
@Environment(CLIENT)
public class SplashTextResourceSupplier
extends SinglePreparationResourceReloader<List<String>>
- Mappings:
Namespace Name official fvv
intermediary net/minecraft/class_4008
named net/minecraft/client/resource/SplashTextResourceSupplier
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Random
private static final Identifier
private final Session
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
apply
(List<String> list, ResourceManager resourceManager, Profiler profiler) Handles the prepared intermediate object.get()
prepare
(ResourceManager resourceManager, Profiler profiler) Prepares the intermediate object.Methods inherited from class net.minecraft.resource.SinglePreparationResourceReloader
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.ResourceReloader
getName
-
Field Details
-
RESOURCE_ID
- Mappings:
Namespace Name Mixin selector official a
Lfvv;a:Lacq;
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
Lfvv;b:Lapf;
intermediary field_17905
Lnet/minecraft/class_4008;field_17905:Lnet/minecraft/class_5819;
named RANDOM
Lnet/minecraft/client/resource/SplashTextResourceSupplier;RANDOM:Lnet/minecraft/util/math/random/Random;
-
splashTexts
- Mappings:
Namespace Name Mixin selector official c
Lfvv;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
Lfvv;d:Leoc;
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>
Lfvv;<init>(Leoc;)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
Description copied from class:SinglePreparationResourceReloader
Prepares the intermediate object.This method is called in the prepare executor in a reload.
- Specified by:
prepare
in classSinglePreparationResourceReloader<List<String>>
- Parameters:
resourceManager
- the resource managerprofiler
- the prepare profiler- Returns:
- the prepared object
- Mappings:
Namespace Name Mixin selector official a
Lfvv;a(Lakx;Lban;)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
Description copied from class:SinglePreparationResourceReloader
Handles the prepared intermediate object.This method is called in the apply executor, or the game engine, in a reload.
- Specified by:
apply
in classSinglePreparationResourceReloader<List<String>>
- Parameters:
list
- the prepared objectresourceManager
- the resource managerprofiler
- the apply profiler- Mappings:
Namespace Name Mixin selector official a
Lfvv;a(Ljava/util/List;Lakx;Lban;)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
Lfvv;a()Leqi;
intermediary method_18174
Lnet/minecraft/class_4008;method_18174()Lnet/minecraft/class_8519;
named get
Lnet/minecraft/client/resource/SplashTextResourceSupplier;get()Lnet/minecraft/client/gui/screen/SplashTextRenderer;
-