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

Method getRegisteredItem

src/main/java/net/minecraft/init/Items.java:205–208  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

203 public static final Item banner;
204
205 private static Item getRegisteredItem(String name)
206 {
207 return Item.itemRegistry.getObject(new ResourceLocation(name));
208 }
209
210 static
211 {

Callers 1

ItemsClass · 0.95

Calls 1

getObjectMethod · 0.65

Tested by

no test coverage detected