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
FieldsModifier and TypeFieldDescriptionprivate final Exceptionprivate final ModelResourceLocationprivate static com.google.common.collect.Multimap<ModelResourceLocation,BlockState> private static com.google.common.collect.Multimap<ModelResourceLocation,String> -
Constructor Summary
ConstructorsConstructorDescriptionModelLoaderErrorMessage(ModelResourceLocation resourceLocation, Exception exception) -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidvoidformatTo(StringBuilder buffer) private voidstuffs()Methods inherited from class org.apache.logging.log4j.message.SimpleMessage
charAt, equals, getFormat, getFormattedMessage, getParameters, getThrowable, hashCode, length, subSequence, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
formatToin interfaceorg.apache.logging.log4j.util.StringBuilderFormattable- Overrides:
formatToin classorg.apache.logging.log4j.message.SimpleMessage
-