com.magistuarmory.item.armor.MedievalHorseArmorItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of 1.20.2-epic-knights-fabric Show documentation
Show all versions of 1.20.2-epic-knights-fabric Show documentation
mod that adds medieval stuff to the game
The 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;
}
}