public class Splashes extends ReloadListener<java.util.List<java.lang.String>>
IFutureReloadListener.IStage
Modifier and Type | Field and Description |
---|---|
private Session |
gameSession |
private java.util.List<java.lang.String> |
possibleSplashes |
private static java.util.Random |
RANDOM |
private static ResourceLocation |
SPLASHES_LOCATION |
Modifier and Type | Method and Description |
---|---|
protected void |
apply(java.util.List<java.lang.String> objectIn,
IResourceManager resourceManagerIn,
IProfiler profilerIn) |
java.lang.String |
getSplashText() |
protected java.util.List<java.lang.String> |
prepare(IResourceManager resourceManagerIn,
IProfiler profilerIn) |
reload
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
func_225594_i_
private static final ResourceLocation SPLASHES_LOCATION
private static final java.util.Random RANDOM
private final java.util.List<java.lang.String> possibleSplashes
private final Session gameSession
public Splashes(Session gameSessionIn)
protected java.util.List<java.lang.String> prepare(IResourceManager resourceManagerIn, IProfiler profilerIn)
prepare
in class ReloadListener<java.util.List<java.lang.String>>
protected void apply(java.util.List<java.lang.String> objectIn, IResourceManager resourceManagerIn, IProfiler profilerIn)
apply
in class ReloadListener<java.util.List<java.lang.String>>
@Nullable public java.lang.String getSplashText()