@return True if this entity will not play sounds
()
| 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. |
no test coverage detected