Skip to content

Commit

Permalink
feat: MixedSlabs (WIP)
Browse files Browse the repository at this point in the history
Remove unused setters
  • Loading branch information
xYundy committed Apr 28, 2024
1 parent a2c56ec commit 94942ac
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ public MixedSlabBlockEntity(BlockPos pos, BlockState state, BlockState topSlabSt
this.bottomSlabState = bottomSlabState.with(SLAB_TYPE, SlabType.BOTTOM);
}

public void setTopSlabState(BlockState topSlabState) {
this.topSlabState = topSlabState;
}

public void setBottomSlabState(BlockState bottomSlabState) {
this.bottomSlabState = bottomSlabState;
}

@Nullable
@Override
public Packet<ClientPlayPacketListener> toUpdatePacket() {
Expand Down

0 comments on commit 94942ac

Please sign in to comment.