Package net.minecraft.client.util
Class Splashes
- java.lang.Object
-
- net.minecraft.client.resources.ReloadListener<java.util.List<java.lang.String>>
-
- net.minecraft.client.util.Splashes
-
- All Implemented Interfaces:
IFutureReloadListener
public class Splashes extends ReloadListener<java.util.List<java.lang.String>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.minecraft.resources.IFutureReloadListener
IFutureReloadListener.IStage
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Random
RANDOM
private java.util.List<java.lang.String>
splashes
private static ResourceLocation
SPLASHES_LOCATION
private Session
user
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
apply(java.util.List<java.lang.String> p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
java.lang.String
getSplash()
protected java.util.List<java.lang.String>
prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)
-
Methods inherited from class net.minecraft.client.resources.ReloadListener
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.resources.IFutureReloadListener
getName
-
-
-
-
Field Detail
-
SPLASHES_LOCATION
private static final ResourceLocation SPLASHES_LOCATION
-
RANDOM
private static final java.util.Random RANDOM
-
splashes
private final java.util.List<java.lang.String> splashes
-
user
private final Session user
-
-
Constructor Detail
-
Splashes
public Splashes(Session p_i50906_1_)
-
-
Method Detail
-
prepare
protected java.util.List<java.lang.String> prepare(IResourceManager p_212854_1_, IProfiler p_212854_2_)
- Specified by:
prepare
in classReloadListener<java.util.List<java.lang.String>>
-
apply
protected void apply(java.util.List<java.lang.String> p_212853_1_, IResourceManager p_212853_2_, IProfiler p_212853_3_)
- Specified by:
apply
in classReloadListener<java.util.List<java.lang.String>>
-
getSplash
@Nullable public java.lang.String getSplash()
-
-