net.minecraft.client.renderer

public class GpuWarnlistManager

extends SimplePreparableReloadListener<GpuWarnlistManager$Preparations>

All mapped superinterfaces:

PreparableReloadListener

eaa
net.minecraft.client.renderer.GpuWarnlistManager
net.minecraft.class_5407
net.minecraft.client.resource.VideoWarningManager
net.minecraft.client.renderer.GPUWarning

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
LOGGER
field_25716
LOGGER
field_241686_a_
private static final ResourceLocation
b
GPU_WARNLIST_LOCATION
field_25689
GPU_WARNLIST_ID
field_241687_b_
private com.google.common.collect.ImmutableMap<String, String>
c
warnings
field_25690
warnings
field_241688_c_
private boolean
d
showWarning
field_25717
warningScheduled
field_241689_d_
private boolean
e
warningDismissed
field_25718
warned
field_241690_e_
private boolean
f
skipFabulous
field_25719
cancelledAfterWarning
field_241691_f_

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public boolean
a()
hasWarnings()
method_30055()
hasWarning()
func_241692_a_()
public boolean
b()
willShowWarning()
method_30137()
canWarn()
func_241695_b_()
public void
d()
showWarning()
method_30138()
scheduleWarning()
func_241697_d_()
public void
e()
dismissWarning()
method_30139()
acceptAfterWarnings()
func_241698_e_()
public void
f()
dismissWarningAndSkipFabulous()
method_30140()
cancelAfterWarnings()
func_241699_f_()
public boolean
g()
isShowingWarning()
method_30141()
shouldWarn()
func_241700_g_()
public boolean
h()
isSkippingFabulous()
method_30142()
hasCancelledAfterWarning()
func_241701_h_()
public void
i()
resetWarnings()
method_30143()
reset()
func_241702_i_()
public String
j()
getRendererWarnings()
method_30060()
getRendererWarning()
func_241703_j_()
public String
k()
getVersionWarnings()
method_30062()
getVersionWarning()
func_241704_k_()
public String
l()
getVendorWarnings()
method_30063()
getVendorWarning()
func_241705_l_()
public String
m()
getAllWarnings()
method_30920()
method_30920()
func_243499_m()
protected GpuWarnlistManager$Preparations
a(ach arg0, anw arg1)
prepare(ResourceManager arg0, ProfilerFiller arg1)
method_30056(class_3300 arg0, class_3695 arg1)
prepare(ResourceManager arg0, Profiler arg1)
func_212854_a_(IResourceManager arg0, IProfiler arg1)
protected void
a(eaa$a arg0, ach arg1, anw arg2)
apply(GpuWarnlistManager$Preparations arg0, ResourceManager arg1, ProfilerFiller arg2)
method_30058(class_5407$class_5408 arg0, class_3300 arg1, class_3695 arg2)
apply(VideoWarningManager$WarningPatternLoader arg0, ResourceManager arg1, Profiler arg2)
func_212853_a_(GPUWarning$GPUInfo arg0, IResourceManager arg1, IProfiler arg2)
private static void
a(com.google.gson.JsonArray arg0, List<Pattern> arg1)
compilePatterns(com.google.gson.JsonArray arg0, List<Pattern> arg1)
method_30057(com.google.gson.JsonArray arg0, List<Pattern> arg1)
compilePatterns(com.google.gson.JsonArray array, List<Pattern> patterns)
func_241693_a_(com.google.gson.JsonArray arg0, List<Pattern> arg1)
private static com.google.gson.JsonObject
c(ach arg0, anw arg1)
parseJson(ResourceManager arg0, ProfilerFiller arg1)
method_30061(class_3300 arg0, class_3695 arg1)
loadWarnlist(ResourceManager resourceManager, Profiler profiler)
func_241696_c_(IResourceManager arg0, IProfiler arg1)