Package net.minecraft.block.entity
Class SculkShriekerBlockEntity.VibrationCallback
java.lang.Object
net.minecraft.block.entity.SculkShriekerBlockEntity.VibrationCallback
- All Implemented Interfaces:
Vibrations.Callback
- Enclosing class:
SculkShriekerBlockEntity
private class SculkShriekerBlockEntity.VibrationCallback
extends Object
implements Vibrations.Callback
- Mappings:
Namespace Name official dic$a
intermediary net/minecraft/class_7133$class_8511
named net/minecraft/block/entity/SculkShriekerBlockEntity$VibrationCallback
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ServerWorld world, BlockPos pos, GameEvent event, @Nullable Entity sourceEntity, @Nullable Entity entity, float distance) Accepts a game event after delay.boolean
accepts
(ServerWorld world, BlockPos pos, GameEvent event, GameEvent.Emitter emitter) Returns whether the callback wants to accept this event.int
getRange()
getTag()
void
onListen()
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.event.Vibrations.Callback
canAccept, getDelay, triggersAvoidCriterion
-
Field Details
-
RANGE
private static final int RANGE- See Also:
- Mappings:
Namespace Name Mixin selector official b
Ldic$a;b:I
intermediary field_44622
Lnet/minecraft/class_7133$class_8511;field_44622:I
named RANGE
Lnet/minecraft/block/entity/SculkShriekerBlockEntity$VibrationCallback;RANGE:I
-
positionSource
- Mappings:
Namespace Name Mixin selector official c
Ldic$a;c:Ldnv;
intermediary field_44623
Lnet/minecraft/class_7133$class_8511;field_44623:Lnet/minecraft/class_5716;
named positionSource
Lnet/minecraft/block/entity/SculkShriekerBlockEntity$VibrationCallback;positionSource:Lnet/minecraft/world/event/PositionSource;
-
-
Constructor Details
-
VibrationCallback
public VibrationCallback()
-
-
Method Details
-
getRange
public int getRange()- Specified by:
getRange
in interfaceVibrations.Callback
- Mappings:
Namespace Name Mixin selector official a
Ldoa$d;a()I
intermediary method_49797
Lnet/minecraft/class_8514$class_5719;method_49797()I
named getRange
Lnet/minecraft/world/event/Vibrations$Callback;getRange()I
-
getPositionSource
- Specified by:
getPositionSource
in interfaceVibrations.Callback
- Mappings:
Namespace Name Mixin selector official b
Ldoa$d;b()Ldnv;
intermediary method_51300
Lnet/minecraft/class_8514$class_5719;method_51300()Lnet/minecraft/class_5716;
named getPositionSource
Lnet/minecraft/world/event/Vibrations$Callback;getPositionSource()Lnet/minecraft/world/event/PositionSource;
-
getTag
- Specified by:
getTag
in interfaceVibrations.Callback
- Mappings:
Namespace Name Mixin selector official c
Ldoa$d;c()Lasw;
intermediary method_42210
Lnet/minecraft/class_8514$class_5719;method_42210()Lnet/minecraft/class_6862;
named getTag
Lnet/minecraft/world/event/Vibrations$Callback;getTag()Lnet/minecraft/registry/tag/TagKey;
-
accepts
Returns whether the callback wants to accept this event.- Specified by:
accepts
in interfaceVibrations.Callback
- Mappings:
Namespace Name Mixin selector official a
Ldoa$d;a(Land;Lhx;Ldnr;Ldnr$a;)Z
intermediary method_32970
Lnet/minecraft/class_8514$class_5719;method_32970(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_5712;Lnet/minecraft/class_5712$class_7397;)Z
named accepts
Lnet/minecraft/world/event/Vibrations$Callback;accepts(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/world/event/GameEvent$Emitter;)Z
-
accept
public void accept(ServerWorld world, BlockPos pos, GameEvent event, @Nullable @Nullable Entity sourceEntity, @Nullable @Nullable Entity entity, float distance) Accepts a game event after delay.- Specified by:
accept
in interfaceVibrations.Callback
- Mappings:
Namespace Name Mixin selector official a
Ldoa$d;a(Land;Lhx;Ldnr;Lblv;Lblv;F)V
intermediary method_32969
Lnet/minecraft/class_8514$class_5719;method_32969(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_5712;Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;F)V
named accept
Lnet/minecraft/world/event/Vibrations$Callback;accept(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;F)V
-
onListen
public void onListen()- Specified by:
onListen
in interfaceVibrations.Callback
- Mappings:
Namespace Name Mixin selector official e
Ldoa$d;e()V
intermediary method_42672
Lnet/minecraft/class_8514$class_5719;method_42672()V
named onListen
Lnet/minecraft/world/event/Vibrations$Callback;onListen()V
-
requiresTickingChunksAround
public boolean requiresTickingChunksAround()- Specified by:
requiresTickingChunksAround
in interfaceVibrations.Callback
- Mappings:
Namespace Name Mixin selector official f
Ldoa$d;f()Z
intermediary method_51363
Lnet/minecraft/class_8514$class_5719;method_51363()Z
named requiresTickingChunksAround
Lnet/minecraft/world/event/Vibrations$Callback;requiresTickingChunksAround()Z
-