public class ModelLoaderErrorMessage
extends org.apache.logging.log4j.message.SimpleMessage
Modifier and Type | Field and Description |
---|---|
private java.lang.Exception |
exception |
private ModelResourceLocation |
resourceLocation |
private static com.google.common.collect.Multimap<ModelResourceLocation,BlockState> |
reverseBlockMap |
private static com.google.common.collect.Multimap<ModelResourceLocation,java.lang.String> |
reverseItemMap |
Constructor and Description |
---|
ModelLoaderErrorMessage(ModelResourceLocation resourceLocation,
java.lang.Exception exception) |
Modifier and Type | Method and Description |
---|---|
private static void |
buildLookups() |
void |
formatTo(java.lang.StringBuilder buffer) |
private void |
stuffs() |
charAt, equals, getFormat, getFormattedMessage, getParameters, getThrowable, hashCode, length, subSequence, toString
private final ModelResourceLocation resourceLocation
private final java.lang.Exception exception
private static com.google.common.collect.Multimap<ModelResourceLocation,BlockState> reverseBlockMap
private static com.google.common.collect.Multimap<ModelResourceLocation,java.lang.String> reverseItemMap
public ModelLoaderErrorMessage(ModelResourceLocation resourceLocation, java.lang.Exception exception)
private static void buildLookups()
private void stuffs()
public void formatTo(java.lang.StringBuilder buffer)
formatTo
in interface org.apache.logging.log4j.util.StringBuilderFormattable
formatTo
in class org.apache.logging.log4j.message.SimpleMessage