mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
BlockTranslator: use less ambiguous function names
This commit is contained in:
@ -43,7 +43,7 @@ class EntityLandSound implements Sound{
|
||||
return [LevelSoundEventPacket::create(
|
||||
LevelSoundEvent::LAND,
|
||||
$pos,
|
||||
TypeConverter::getInstance()->getBlockTranslator()->toRuntimeId($this->blockLandedOn->getStateId()),
|
||||
TypeConverter::getInstance()->getBlockTranslator()->internalIdToNetworkId($this->blockLandedOn->getStateId()),
|
||||
$this->entity::getNetworkTypeId(),
|
||||
false, //TODO: does isBaby have any relevance here?
|
||||
false
|
||||
|
Reference in New Issue
Block a user