Signature changes
This commit is contained in:
parent
6e9d8e8b49
commit
d6696feb16
2 changed files with 7 additions and 2 deletions
|
@ -19,9 +19,13 @@ public class PedestalBlockEntity extends BlockEntity implements Container, Block
|
|||
|
||||
private final int maxAge = 314;
|
||||
private int age;
|
||||
|
||||
public PedestalBlockEntity(BlockPos blockPos, BlockState blockState) {
|
||||
this(EndBlockEntities.PEDESTAL, blockPos, blockState);
|
||||
}
|
||||
|
||||
public PedestalBlockEntity(BlockEntityType<?> blockEntityType, BlockPos blockPos, BlockState blockState) {
|
||||
super(EndBlockEntities.PEDESTAL, blockPos, blockState);
|
||||
super(blockEntityType, blockPos, blockState);
|
||||
}
|
||||
|
||||
public PedestalBlockEntity(BlockEntityType<?> type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue