Skip to content

BlockBasePressurePlate#func_185507_b BlockPos color -> pos #650

@ChloeDawn

Description

@ChloeDawn
  • BlockPos color in net.minecraft.block.BlockBasePressurePlate#func_185507_b: color -> pos
  • BlockPos color in net.minecraft.block.BlockPressurePlate#func_185507_b: color -> pos
  • BlockPos color in net.minecraft.block.BlockPressurePlateWeighted#func_185507_b: color -> pos

Current method as of mcp_snapshot-20180721 within BlockBasePressurePlate:

protected abstract void playClickOnSound(World worldIn, BlockPos color);

With proposed changes:

protected abstract void playClickOnSound(World worldIn, BlockPos pos);

The two vanilla classes (BlockPressurePlate, and BlockPressurePlateWeighted respectively) that implement this method also have the incorrect name.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions