Package net.minecraftforge.logging
Class ModelLoaderErrorMessage
- java.lang.Object
-
- org.apache.logging.log4j.message.SimpleMessage
-
- net.minecraftforge.logging.ModelLoaderErrorMessage
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Exceptionexceptionprivate ModelResourceLocationresourceLocationprivate static com.google.common.collect.Multimap<ModelResourceLocation,BlockState>reverseBlockMapprivate static com.google.common.collect.Multimap<ModelResourceLocation,java.lang.String>reverseItemMap
-
Constructor Summary
Constructors Constructor Description ModelLoaderErrorMessage(ModelResourceLocation resourceLocation, java.lang.Exception exception)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static voidbuildLookups()voidformatTo(java.lang.StringBuilder buffer)private voidstuffs()-
Methods inherited from class org.apache.logging.log4j.message.SimpleMessage
charAt, equals, getFormat, getFormattedMessage, getParameters, getThrowable, hashCode, length, subSequence, toString
-
-
-
-
Field Detail
-
resourceLocation
private final ModelResourceLocation resourceLocation
-
exception
private final java.lang.Exception exception
-
reverseBlockMap
private static com.google.common.collect.Multimap<ModelResourceLocation,BlockState> reverseBlockMap
-
reverseItemMap
private static com.google.common.collect.Multimap<ModelResourceLocation,java.lang.String> reverseItemMap
-
-
Constructor Detail
-
ModelLoaderErrorMessage
public ModelLoaderErrorMessage(ModelResourceLocation resourceLocation, java.lang.Exception exception)
-
-
Method Detail
-
buildLookups
private static void buildLookups()
-
stuffs
private void stuffs()
-
formatTo
public void formatTo(java.lang.StringBuilder buffer)
- Specified by:
formatToin interfaceorg.apache.logging.log4j.util.StringBuilderFormattable- Overrides:
formatToin classorg.apache.logging.log4j.message.SimpleMessage
-
-