StaffMod

public final class StaffMod

Properties

Link copied to clipboard
private final static RegistryKey<DamageType> cakeDamageType

avm_staff:pranked damage type.

Link copied to clipboard
private final static RegistrySupplier<EntityType<CakeEntity>> cakeEntityType

Entity registered as avm_staff:cake

Link copied to clipboard
private final static RegistrySupplier<SoundEvent> cakeSplashSoundEvent

Sound event registered as avm_staff:entity.cake.splash.

Link copied to clipboard
private final static RegistrySupplier<SoundEvent> cakeThrowSoundEvent

Sound event registered as avm_staff:entity.cake.throw.

Link copied to clipboard
private final static RegistrySupplier<CrownBlock> crownOfKingOrangeBlock

Block registered as avm_staff:crown_of_king_orange.

Link copied to clipboard
private final static RegistrySupplier<CrownItem> crownOfKingOrangeItem

Item registered as avm_staff:crown_of_king_orange.

Link copied to clipboard
private final static RegistrySupplier<Item> faintRoyalStaffHeadItem

Item registered as avm_staff:faint_royal_staff_head.

Link copied to clipboard
private final static RegistrySupplier<Item> faintRoyalStaffItem

Item registered as avm_staff:faint_royal_staff.

Link copied to clipboard
private final static RegistrySupplier<Item> faintStaffRodItem

Item registered as avm_staff:faint_staff_rod.

Link copied to clipboard
private final static RegistrySupplier<SimpleParticleType> flamethrowerParticleType

Particle registered as avm_staff:flame.

Link copied to clipboard
private final static RegistrySupplier<EntityType<ImpactTntEntity>> impactTntEntityType

Entity registered as avm_staff:impact_tnt.

Link copied to clipboard

avm_staff:pranked_by_player damage type.

Link copied to clipboard
private final static RegistrySupplier<DataComponentType<Unit>> rocketModeComponentType

Data component registered as avm_staff:rocket_mode. Stores if a campfire staff should propel its user.

Link copied to clipboard
private final static RegistrySupplier<Item> royalStaffIngredientItem

Item registered as avm_staff:royal_staff_ingredient.

Link copied to clipboard
private final static RegistrySupplier<StaffItem> royalStaffItem

Item registered as avm_staff:royal_staff.

Link copied to clipboard
private final static RegistrySupplier<SimpleParticleType> soulFlamethrowerParticleType

Particle registered as avm_staff:soul_fire_flame.

Link copied to clipboard

Data component registered as avm_staff:furnace_data. If this is present, the furnace is lit.

Link copied to clipboard
private final static RegistrySupplier<Item> staffInfusionSmithingTemplateItem

Item registered as avm_staff:staff_infusion_smithing_template.

Link copied to clipboard
private final static RegistrySupplier<DataComponentType<StaffItemComponent>> staffItemComponentType

Data component registered as avm_staff:staff_item. Stores the item inserted into the staff.

Link copied to clipboard
private final static RegistrySupplier<ItemGroup> staffModItemGroup

Item group containing items added by Staff Mod.

Link copied to clipboard

Data component registered as avm_staff:staff_renderer_override. Specifies how a staff is rendered. Intended for Isometric Renders mod compatibility.

Link copied to clipboard

Data component registered as avm_staff:staff_renderer_part. Only used for rendering.

Link copied to clipboard

Throwable cakes game rule. When set to true, cakes can be thrown by right clicking, and dispensers will shoot cakes instead of dropping them as item.

Link copied to clipboard
private final static RegistrySupplier<WallCrownBlock> wallCrownOfKingOrangeBlock

Block registered as avm_staff:wall_crown_of_king_orange.

Functions

Link copied to clipboard

avm_staff:pranked damage type.

Link copied to clipboard
public final RegistrySupplier<EntityType<CakeEntity>> getCakeEntityType()

Entity registered as avm_staff:cake

Link copied to clipboard
public final RegistrySupplier<SoundEvent> getCakeSplashSoundEvent()

Sound event registered as avm_staff:entity.cake.splash.

Link copied to clipboard
public final RegistrySupplier<SoundEvent> getCakeThrowSoundEvent()

Sound event registered as avm_staff:entity.cake.throw.

Link copied to clipboard
public final RegistrySupplier<CrownBlock> getCrownOfKingOrangeBlock()

Block registered as avm_staff:crown_of_king_orange.

Link copied to clipboard
public final RegistrySupplier<CrownItem> getCrownOfKingOrangeItem()

Item registered as avm_staff:crown_of_king_orange.

Link copied to clipboard
public final RegistrySupplier<Item> getFaintRoyalStaffHeadItem()

Item registered as avm_staff:faint_royal_staff_head.

Link copied to clipboard
public final RegistrySupplier<Item> getFaintRoyalStaffItem()

Item registered as avm_staff:faint_royal_staff.

Link copied to clipboard
public final RegistrySupplier<Item> getFaintStaffRodItem()

Item registered as avm_staff:faint_staff_rod.

Link copied to clipboard
public final RegistrySupplier<SimpleParticleType> getFlamethrowerParticleType()

Particle registered as avm_staff:flame.

Link copied to clipboard
public final RegistrySupplier<EntityType<ImpactTntEntity>> getImpactTntEntityType()

Entity registered as avm_staff:impact_tnt.

Link copied to clipboard

avm_staff:pranked_by_player damage type.

Link copied to clipboard
public final RegistrySupplier<DataComponentType<Unit>> getRocketModeComponentType()

Data component registered as avm_staff:rocket_mode. Stores if a campfire staff should propel its user.

Link copied to clipboard
public final RegistrySupplier<Item> getRoyalStaffIngredientItem()

Item registered as avm_staff:royal_staff_ingredient.

Link copied to clipboard
public final RegistrySupplier<StaffItem> getRoyalStaffItem()

Item registered as avm_staff:royal_staff.

Link copied to clipboard
public final RegistrySupplier<SimpleParticleType> getSoulFlamethrowerParticleType()

Particle registered as avm_staff:soul_fire_flame.

Link copied to clipboard

Data component registered as avm_staff:furnace_data. If this is present, the furnace is lit.

Link copied to clipboard
public final RegistrySupplier<Item> getStaffInfusionSmithingTemplateItem()

Item registered as avm_staff:staff_infusion_smithing_template.

Link copied to clipboard

Data component registered as avm_staff:staff_item. Stores the item inserted into the staff.

Link copied to clipboard
public final RegistrySupplier<ItemGroup> getStaffModItemGroup()

Item group containing items added by Staff Mod.

Link copied to clipboard

Data component registered as avm_staff:staff_renderer_override. Specifies how a staff is rendered. Intended for Isometric Renders mod compatibility.

Link copied to clipboard

Data component registered as avm_staff:staff_renderer_part. Only used for rendering.

Link copied to clipboard

Throwable cakes game rule. When set to true, cakes can be thrown by right clicking, and dispensers will shoot cakes instead of dropping them as item.

Link copied to clipboard
public final RegistrySupplier<WallCrownBlock> getWallCrownOfKingOrangeBlock()

Block registered as avm_staff:wall_crown_of_king_orange.