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

Method getMaterial

src/main/java/net/minecraft/block/Block.java:243–246  ·  view source on GitHub ↗

Get a material of block

()

Source from the content-addressed store, hash-verified

241 * Get a material of block
242 */
243 public Material getMaterial()
244 {
245 return this.blockMaterial;
246 }
247
248 /**
249 * Get the MapColor for this Block and the given BlockState

Callers 15

beginRenderMethod · 0.95
middleClickMouseMethod · 0.95
getFOVModifierMethod · 0.95
addRainParticlesMethod · 0.95
updateFogColorMethod · 0.95
setupFogMethod · 0.95
drawSelectionBoxMethod · 0.95
playAuxSFXMethod · 0.95
renderTileEntityAtMethod · 0.95
onPlayerDestroyBlockMethod · 0.95
clickBlockMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected