(final int id)
| 2757 | private final Supplier<BlockType> blockType; |
| 2758 | |
| 2759 | private Material(final int id) { |
| 2760 | this(id, MaterialData.class); |
| 2761 | } |
| 2762 | |
| 2763 | private Material(final int id, final Class<?> data) { |
| 2764 | this.id = id; |
nothing calls this directly
no test coverage detected