Package net.minecraft.enchantment
Class SoulSpeedEnchantment
java.lang.Object
net.minecraft.enchantment.Enchantment
net.minecraft.enchantment.SoulSpeedEnchantment
public class SoulSpeedEnchantment extends Enchantment
- Mappings:
Namespace Name official bse
intermediary net/minecraft/class_4948
named net/minecraft/enchantment/SoulSpeedEnchantment
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.enchantment.Enchantment
Enchantment.Rarity
-
Field Summary
Fields inherited from class net.minecraft.enchantment.Enchantment
translationKey, type
-
Constructor Summary
Constructors Constructor Description SoulSpeedEnchantment(Enchantment.Rarity weight, EquipmentSlot[] slotTypes)
-
Method Summary
Modifier and Type Method Description int
getMaxLevel()
int
getMaxPower(int level)
int
getMinPower(int level)
boolean
isAvailableForEnchantedBookOffer()
Returns whether this enchantment will appear in the enchanted book trade offers of librarian villagers.boolean
isAvailableForRandomSelection()
Returns whether this enchantment will appear in the enchanting table or loots with random enchant function.boolean
isTreasure()
Methods inherited from class net.minecraft.enchantment.Enchantment
byRawId, canAccept, canCombine, getAttackDamage, getEquipment, getMinLevel, getName, getOrCreateTranslationKey, getProtectionAmount, getRarity, getTranslationKey, isAcceptableItem, isCursed, onTargetDamaged, onUserDamaged
-
Constructor Details
-
SoulSpeedEnchantment
- Mappings:
Namespace Name Mixin selector official <init>
Lbse;<init>(Lbrp$a;[Lara;)V
intermediary <init>
Lnet/minecraft/class_4948;<init>(Lnet/minecraft/class_1887$class_1888;[Lnet/minecraft/class_1304;)V
named <init>
Lnet/minecraft/enchantment/SoulSpeedEnchantment;<init>(Lnet/minecraft/enchantment/Enchantment$Rarity;[Lnet/minecraft/entity/EquipmentSlot;)V
-
-
Method Details
-
getMinPower
public int getMinPower(int level)- Overrides:
getMinPower
in classEnchantment
- Mappings:
Namespace Name Mixin selector official a
Lbrp;a(I)I
intermediary method_8182
Lnet/minecraft/class_1887;method_8182(I)I
named getMinPower
Lnet/minecraft/enchantment/Enchantment;getMinPower(I)I
-
getMaxPower
public int getMaxPower(int level)- Overrides:
getMaxPower
in classEnchantment
- Mappings:
Namespace Name Mixin selector official b
Lbrp;b(I)I
intermediary method_20742
Lnet/minecraft/class_1887;method_20742(I)I
named getMaxPower
Lnet/minecraft/enchantment/Enchantment;getMaxPower(I)I
-
isTreasure
public boolean isTreasure()- Overrides:
isTreasure
in classEnchantment
- Mappings:
Namespace Name Mixin selector official b
Lbrp;b()Z
intermediary method_8193
Lnet/minecraft/class_1887;method_8193()Z
named isTreasure
Lnet/minecraft/enchantment/Enchantment;isTreasure()Z
-
isAvailableForEnchantedBookOffer
public boolean isAvailableForEnchantedBookOffer()Returns whether this enchantment will appear in the enchanted book trade offers of librarian villagers.- Overrides:
isAvailableForEnchantedBookOffer
in classEnchantment
- Mappings:
Namespace Name Mixin selector official h
Lbrp;h()Z
intermediary method_25949
Lnet/minecraft/class_1887;method_25949()Z
named isAvailableForEnchantedBookOffer
Lnet/minecraft/enchantment/Enchantment;isAvailableForEnchantedBookOffer()Z
-
isAvailableForRandomSelection
public boolean isAvailableForRandomSelection()Returns whether this enchantment will appear in the enchanting table or loots with random enchant function.- Overrides:
isAvailableForRandomSelection
in classEnchantment
- Mappings:
Namespace Name Mixin selector official i
Lbrp;i()Z
intermediary method_25950
Lnet/minecraft/class_1887;method_25950()Z
named isAvailableForRandomSelection
Lnet/minecraft/enchantment/Enchantment;isAvailableForRandomSelection()Z
-
getMaxLevel
public int getMaxLevel()- Overrides:
getMaxLevel
in classEnchantment
- Mappings:
Namespace Name Mixin selector official a
Lbrp;a()I
intermediary method_8183
Lnet/minecraft/class_1887;method_8183()I
named getMaxLevel
Lnet/minecraft/enchantment/Enchantment;getMaxLevel()I
-