Package vazkii.botania.common.proxy
Interface Proxy
- All Known Implementing Classes:
ClientProxy
public interface Proxy
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault voidaddBoss(GaiaGuardianEntity boss) default voidaddParticleForceNear(net.minecraft.world.level.Level world, net.minecraft.core.particles.ParticleOptions particleData, double x, double y, double z, double xSpeed, double ySpeed, double zSpeed) Same asworld.addParticle(data, true, ...), but culls particles below 32 block distances.default voiddefault @Nullable net.minecraft.world.phys.HitResultdefault @Nullable net.minecraft.world.entity.player.Playerdefault intdefault @NotNull Localedefault voidlightningFX(net.minecraft.world.level.Level level, net.minecraft.world.phys.Vec3 vectorStart, net.minecraft.world.phys.Vec3 vectorEnd, float ticksPerMeter, int colorOuter, int colorInner) default voidlightningFX(net.minecraft.world.level.Level level, net.minecraft.world.phys.Vec3 vectorStart, net.minecraft.world.phys.Vec3 vectorEnd, float ticksPerMeter, long seed, int colorOuter, int colorInner) default voidremoveBoss(GaiaGuardianEntity boss) default voiddefault voidshowMultiblock(vazkii.patchouli.api.IMultiblock mb, net.minecraft.network.chat.Component name, net.minecraft.core.BlockPos anchor, net.minecraft.world.level.block.Rotation rot)
-
Field Details
-
INSTANCE
-
-
Method Details
-
runOnClient
-
getClientPlayer
@Nullable default @Nullable net.minecraft.world.entity.player.Player getClientPlayer() -
lightningFX
default void lightningFX(net.minecraft.world.level.Level level, net.minecraft.world.phys.Vec3 vectorStart, net.minecraft.world.phys.Vec3 vectorEnd, float ticksPerMeter, int colorOuter, int colorInner) -
lightningFX
default void lightningFX(net.minecraft.world.level.Level level, net.minecraft.world.phys.Vec3 vectorStart, net.minecraft.world.phys.Vec3 vectorEnd, float ticksPerMeter, long seed, int colorOuter, int colorInner) -
addBoss
-
removeBoss
-
getClientRenderDistance
default int getClientRenderDistance() -
addParticleForceNear
default void addParticleForceNear(net.minecraft.world.level.Level world, net.minecraft.core.particles.ParticleOptions particleData, double x, double y, double z, double xSpeed, double ySpeed, double zSpeed) Same asworld.addParticle(data, true, ...), but culls particles below 32 block distances. -
showMultiblock
default void showMultiblock(vazkii.patchouli.api.IMultiblock mb, net.minecraft.network.chat.Component name, net.minecraft.core.BlockPos anchor, net.minecraft.world.level.block.Rotation rot) -
clearSextantMultiblock
default void clearSextantMultiblock() -
getClientHit
@Nullable default @Nullable net.minecraft.world.phys.HitResult getClientHit() -
getLocale
-