MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getObject

Method getObject

src/main/java/net/minecraft/util/IRegistry.java:5–5  ·  view source on GitHub ↗
(K name)

Source from the content-addressed store, hash-verified

3public interface IRegistry<K, V> extends Iterable<V>
4{
5 V getObject(K name);
6
7 /**
8 * Register an object on this registry.

Callers 15

getModelMethod · 0.65
parseMetadataSectionMethod · 0.65
loadSoundResourceMethod · 0.65
getWeightMethod · 0.65
cloneEntryMethod · 0.65
getSoundMethod · 0.65
getRegisteredBlockMethod · 0.65
getRegisteredItemMethod · 0.65
getByNameOrIdMethod · 0.65
getItemByTextMethod · 0.65

Implementers 1

RegistrySimplesrc/main/java/net/minecraft/util/Regis

Calls

no outgoing calls

Tested by

no test coverage detected