Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
public
interface
IRegistry<K, V> extends Iterable<V>
4
{
5
V getObject(K name);
6
7
/**
8
* Register an object on this registry.
Callers
15
onResourceManagerReload
Method · 0.65
getModel
Method · 0.65
parseMetadataSection
Method · 0.65
loadSoundResource
Method · 0.65
getWeight
Method · 0.65
cloneEntry
Method · 0.65
getSound
Method · 0.65
getRandomSoundFromCategories
Method · 0.65
getRegisteredBlock
Method · 0.65
getRegisteredItem
Method · 0.65
getByNameOrId
Method · 0.65
getItemByText
Method · 0.65
Implementers
1
RegistrySimple
src/main/java/net/minecraft/util/Regis
Calls
no outgoing calls
Tested by
no test coverage detected