Package net.minecraftforge.logging
Class ModelLoaderErrorMessage
java.lang.Object
org.apache.logging.log4j.message.SimpleMessage
net.minecraftforge.logging.ModelLoaderErrorMessage
- All Implemented Interfaces:
Serializable
,CharSequence
,org.apache.logging.log4j.message.Message
,org.apache.logging.log4j.util.StringBuilderFormattable
public class ModelLoaderErrorMessage
extends org.apache.logging.log4j.message.SimpleMessage
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Exception
private final ModelResourceLocation
private static com.google.common.collect.Multimap<ModelResourceLocation,
BlockState> private static com.google.common.collect.Multimap<ModelResourceLocation,
String> -
Constructor Summary
ConstructorDescriptionModelLoaderErrorMessage
(ModelResourceLocation resourceLocation, Exception exception) -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
void
formatTo
(StringBuilder buffer) private void
stuffs()
Methods inherited from class org.apache.logging.log4j.message.SimpleMessage
charAt, equals, getFormat, getFormattedMessage, getParameters, getThrowable, hashCode, length, subSequence, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Field Details
-
resourceLocation
-
exception
-
reverseBlockMap
-
reverseItemMap
-
-
Constructor Details
-
ModelLoaderErrorMessage
-
-
Method Details
-
buildLookups
private static void buildLookups() -
stuffs
private void stuffs() -
formatTo
- Specified by:
formatTo
in interfaceorg.apache.logging.log4j.util.StringBuilderFormattable
- Overrides:
formatTo
in classorg.apache.logging.log4j.message.SimpleMessage
-