Polymer

Polymer

763k Downloads

Javadoc for registering armor materials references block entities

haykam821 opened this issue ยท 0 comments

commented

This documentation seems incorrect to me:

/**
* Marks BlockEntity type as server-side only
*
* @param types BlockEntityTypes
*/
@SafeVarargs
public static void registerArmorMaterial(RegistryEntry<ArmorMaterial>... types) {
/**
* Checks if BlockEntity is server-side only
*
* @param type BlockEntities type
*/
public static boolean isPolymerArmorMaterial(RegistryEntry<ArmorMaterial> type) {