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

Method setResistance

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

Sets the blocks resistance to explosions. Returns the object for convenience in constructing.

(float resistance)

Source from the content-addressed store, hash-verified

338 * Sets the blocks resistance to explosions. Returns the object for convenience in constructing.
339 */
340 protected Block setResistance(float resistance)
341 {
342 this.blockResistance = resistance * 3.0F;
343 return this;
344 }
345
346 /**
347 * Indicate if a material is a normal solid opaque cube

Callers 4

registerBlocksMethod · 0.80
BlockWallMethod · 0.80
BlockBarrierMethod · 0.80
BlockStairsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected