Package vazkii.botania.client.core.proxy
Class ClientProxy
java.lang.Object
vazkii.botania.client.core.proxy.ClientProxy
- All Implemented Interfaces:
Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic net.minecraft.client.KeyMappingstatic booleanstatic boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBoss(GaiaGuardianEntity boss) 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.void@Nullable net.minecraft.world.phys.HitResultnet.minecraft.world.entity.player.Playerint@NotNull Localestatic voidinitKeybindings(Consumer<net.minecraft.client.KeyMapping> consumer) static voidvoidlightningFX(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) voidremoveBoss(GaiaGuardianEntity boss) voidvoidshowMultiblock(vazkii.patchouli.api.IMultiblock mb, net.minecraft.network.chat.Component name, net.minecraft.core.BlockPos anchor, net.minecraft.world.level.block.Rotation rot) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface vazkii.botania.common.proxy.Proxy
lightningFX
-
Field Details
-
jingleTheBells
public static boolean jingleTheBells -
dootDoot
public static boolean dootDoot -
CORPOREA_REQUEST
public static net.minecraft.client.KeyMapping CORPOREA_REQUEST
-
-
Constructor Details
-
ClientProxy
public ClientProxy()
-
-
Method Details
-
initKeybindings
-
initSeasonal
public static void initSeasonal() -
runOnClient
- Specified by:
runOnClientin interfaceProxy
-
getClientPlayer
public net.minecraft.world.entity.player.Player getClientPlayer()- Specified by:
getClientPlayerin interfaceProxy
-
lightningFX
public 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) - Specified by:
lightningFXin interfaceProxy
-
addBoss
-
removeBoss
- Specified by:
removeBossin interfaceProxy
-
getClientRenderDistance
public int getClientRenderDistance()- Specified by:
getClientRenderDistancein interfaceProxy
-
addParticleForceNear
public 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) Description copied from interface:ProxySame asworld.addParticle(data, true, ...), but culls particles below 32 block distances.- Specified by:
addParticleForceNearin interfaceProxy
-
showMultiblock
public 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) - Specified by:
showMultiblockin interfaceProxy
-
clearSextantMultiblock
public void clearSextantMultiblock()- Specified by:
clearSextantMultiblockin interfaceProxy
-
getClientHit
@Nullable public @Nullable net.minecraft.world.phys.HitResult getClientHit()- Specified by:
getClientHitin interfaceProxy
-
getLocale
-