Skip to content

Commit

Permalink
Should be public
Browse files Browse the repository at this point in the history
  • Loading branch information
Shevchik committed Jul 11, 2019
1 parent 1286159 commit 3ff8f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import protocolsupport.utils.CollectionsUtils.ArrayMap;
import protocolsupport.utils.CollectionsUtils.ArrayMap.Entry;

class TileEntityBedRemapper extends TileEntityWithBlockDataNBTRemapper {
public class TileEntityBedRemapper extends TileEntityWithBlockDataNBTRemapper {

protected void register(List<Entry<Consumer<NBTCompound>>> list, Material bed, int color) {
for (BlockData blockdata : MaterialAPI.getBlockDataList(bed)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import protocolsupport.protocol.types.TileEntity;
import protocolsupport.protocol.types.nbt.NBTString;

class TileEntityToLegacyTypeNameRemapper implements Consumer<TileEntity> {
public class TileEntityToLegacyTypeNameRemapper implements Consumer<TileEntity> {

protected final String name;
public TileEntityToLegacyTypeNameRemapper(String name) {
Expand Down

0 comments on commit 3ff8f45

Please sign in to comment.