Package net.minecraft.entity.effect
Class WeavingStatusEffect
java.lang.Object
net.minecraft.entity.effect.StatusEffect
net.minecraft.entity.effect.WeavingStatusEffect
- All Implemented Interfaces:
- ToggleableFeature
- Mappings:
- Namespace - Name - named - net/minecraft/entity/effect/WeavingStatusEffect- intermediary - net/minecraft/class_9458- official - btz
- 
Field SummaryFieldsFields inherited from class net.minecraft.entity.effect.StatusEffectENTRY_CODEC, ENTRY_PACKET_CODECFields inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeatureFEATURE_ENABLED_REGISTRY_KEYS
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedWeavingStatusEffect(StatusEffectCategory category, int color, ToIntFunction<Random> cobwebChanceFunction) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidonEntityRemoval(ServerWorld world, LivingEntity entity, int amplifier, Entity.RemovalReason reason) private voidtryPlaceCobweb(ServerWorld world, Random random, BlockPos pos) Methods inherited from class net.minecraft.entity.effect.StatusEffectaddAttributeModifier, applyInstantEffect, applySound, applyUpdateEffect, canApplyUpdateEffect, createParticle, fadeTicks, forEachAttributeModifier, getCategory, getColor, getFadeTicks, getName, getRequiredFeatures, getTranslationKey, isBeneficial, isInstant, loadTranslationKey, onApplied, onApplied, onEntityDamage, onRemoved, playApplySound, requiresMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeatureisEnabled
- 
Field Details- 
cobwebChanceFunction- Mappings:
- Namespace - Name - Mixin selector - named - cobwebChanceFunction- Lnet/minecraft/entity/effect/WeavingStatusEffect;cobwebChanceFunction:Ljava/util/function/ToIntFunction;- intermediary - field_50123- Lnet/minecraft/class_9458;field_50123:Ljava/util/function/ToIntFunction;- official - c- Lbtz;c:Ljava/util/function/ToIntFunction;
 
 
- 
- 
Constructor Details- 
WeavingStatusEffectprotected WeavingStatusEffect(StatusEffectCategory category, int color, ToIntFunction<Random> cobwebChanceFunction) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/effect/WeavingStatusEffect;<init>(Lnet/minecraft/entity/effect/StatusEffectCategory;ILjava/util/function/ToIntFunction;)V- intermediary - <init>- Lnet/minecraft/class_9458;<init>(Lnet/minecraft/class_4081;ILjava/util/function/ToIntFunction;)V- official - <init>- Lbtz;<init>(Lbtq;ILjava/util/function/ToIntFunction;)V
 
 
- 
- 
Method Details- 
onEntityRemovalpublic void onEntityRemoval(ServerWorld world, LivingEntity entity, int amplifier, Entity.RemovalReason reason) - Overrides:
- onEntityRemovalin class- StatusEffect
- Mappings:
- Namespace - Name - Mixin selector - named - onEntityRemoval- Lnet/minecraft/entity/effect/StatusEffect;onEntityRemoval(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;ILnet/minecraft/entity/Entity$RemovalReason;)V- intermediary - method_58617- Lnet/minecraft/class_1291;method_58617(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;ILnet/minecraft/class_1297$class_5529;)V- official - a- Lbtp;a(Lard;Lbvi;ILbum$d;)V
 
- 
tryPlaceCobweb- Mappings:
- Namespace - Name - Mixin selector - named - tryPlaceCobweb- Lnet/minecraft/entity/effect/WeavingStatusEffect;tryPlaceCobweb(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockPos;)V- intermediary - method_58628- Lnet/minecraft/class_9458;method_58628(Lnet/minecraft/class_3218;Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;)V- official - a- Lbtz;a(Lard;Lazh;Lji;)V
 
 
-