All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.magistuarmory.item.armor.MedievalHorseArmorItem Maven / Gradle / Ivy

There is a newer version: 8.10
Show newest version
package com.magistuarmory.item.armor;

import net.minecraft.class_2960;
import net.minecraft.class_4059;

public class MedievalHorseArmorItem extends class_4059
{
	private final int protection;
	private final class_2960 texture;

	public MedievalHorseArmorItem(int i, class_2960 texture, class_1793 properties) {
		super(i, "", properties);
		this.protection = i;
		this.texture = texture;
	}

	public class_2960 method_18454() {
		return texture;
	}

	public int method_18455() {
		return this.protection;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy