Package net.minecraftforge.event
Class RegistryEvent.MissingMappings.Mapping<T extends IForgeRegistryEntry<T>>
java.lang.Object
net.minecraftforge.event.RegistryEvent.MissingMappings.Mapping<T>
- All Implemented Interfaces:
Comparable<RegistryEvent.MissingMappings.Mapping<T>>
- Enclosing class:
- RegistryEvent.MissingMappings<T extends IForgeRegistryEntry<T>>
public static class RegistryEvent.MissingMappings.Mapping<T extends IForgeRegistryEntry<T>>
extends Object
implements Comparable<RegistryEvent.MissingMappings.Mapping<T>>
-
Field Summary
Modifier and TypeFieldDescriptionfinal int
final ResourceLocation
private final IForgeRegistry<T>
final IForgeRegistry<T>
private T
-
Constructor Summary
ConstructorDescriptionMapping
(IForgeRegistry<T> registry, IForgeRegistry<T> pool, ResourceLocation key, int id) -
Method Summary
-
Field Details
-
registry
-
pool
-
key
-
id
public final int id -
action
-
target
-
-
Constructor Details
-
Mapping
-
-
Method Details
-
ignore
public void ignore()Ignore the missing item. -
warn
public void warn()Warn the user about the missing item. -
fail
public void fail()Prevent the world from loading due to the missing item. -
remap
Remap the missing entry to the specified object. Use this if you have renamed an entry. Existing references using the old name will point to the new one.- Parameters:
target
- Entry to remap to.
-
getAction
-
getTarget
-
compareTo
- Specified by:
compareTo
in interfaceComparable<T extends IForgeRegistryEntry<T>>
-