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

Method isSilent

src/main/java/net/minecraft/entity/Entity.java:1029–1032  ·  view source on GitHub ↗

@return True if this entity will not play sounds

()

Source from the content-addressed store, hash-verified

1027 * @return True if this entity will not play sounds
1028 */
1029 public boolean isSilent()
1030 {
1031 return this.dataWatcher.getWatchableObjectByte(4) == 1;
1032 }
1033
1034 /**
1035 * When set to true the entity will not play sounds.

Callers 11

playSoundMethod · 0.95
writeToNBTMethod · 0.95
onCollideWithPlayerMethod · 0.80
onUpdateMethod · 0.80
igniteMethod · 0.80
onLivingUpdateMethod · 0.80
onLivingUpdateMethod · 0.80
handleHealthUpdateMethod · 0.80
onLivingUpdateMethod · 0.80
func_110266_cBMethod · 0.80
fallMethod · 0.80

Calls 1

Tested by

no test coverage detected