| etr | |
| net.minecraft.world.level.gameevent.vibrations.VibrationInfo | |
| net.minecraft.class_7269 | |
| net.minecraft.world.event.listener.Vibration | |
| net.minecraft.src.C_243405_ | |
| net.minecraft.world.level.gameevent.vibrations.VibrationInfo |
字段概要
| 修饰符与类型 | 字段 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final Holder<GameEvent> |
| ||||||||||
| private final float |
| ||||||||||
| private final Vec3 |
| ||||||||||
| private final UUID |
| ||||||||||
| private final UUID |
| ||||||||||
| private final Entity |
| ||||||||||
| public static final com.mojang.serialization.Codec<VibrationInfo> |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (Holder<GameEvent> gameEvent, float distance, Vec3 pos, UUID uuid, UUID projectileOwnerUuid) |
| public | (Holder<GameEvent> gameEvent, float distance, Vec3 pos, Entity entity) |
| public | (Holder<GameEvent> gameEvent, float distance, Vec3 pos, UUID uuid, UUID projectileOwnerUuid, Entity entity) |
方法概要
| 修饰符与类型 | 方法 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private static UUID |
| ||||||||||
| public Optional<Entity> |
| ||||||||||
| public Optional<Entity> |
| ||||||||||
| public Holder<GameEvent> |
| ||||||||||
| public float |
| ||||||||||
| public Vec3 |
| ||||||||||
| public UUID |
| ||||||||||
| public UUID |
| ||||||||||
| public Entity |
|